Html Css Color HEX #C34F09 Tenne (Tawny)

📋 copy color: '#C34F09'

red 195 ◦ green 79 ◦ blue 9

#C34F09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #C34F09

Tints of Tenne (Tawny) #C34F09

RGB

 RED value IS 195 (76.56% from 255) = 68.9%

 GREEN value IS 79 (31.25% from 255) = 27.92%

 BLUE value IS 9 (3.91% from 255) = 3.18%

R = 68.9%
G = 27.92%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C34F09 (or 0xC34F09) is known color: Tenne (Tawny). HEX triplet: C3, 4F and 09. RGB value is (195,79,9). Sum of RGB (Red+Green+Blue) = 195+79+9=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F09 is #3CB0F6. Grayscale: #6A6A6A. Windows color (decimal): -3977463 or 610243. OLE color: 610243.

HSL color Cylindrical-coordinate representation of color #C34F09: hue angle of 22.58º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C34F09 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 9 -
CMYK 0 0.59 0.95 0.24
HSL 22.58º 0.91% 0.4% -
HSV(B) 22.58º 0.95% 0.76% -
XYZ 25.35 17.21 2.24 -
YUV 105.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 195 79 9 0 0.59 0.95 0.24 22.58 0.91 0.4
Hex C3 4F 9 0 3B 5F 18 17 5B 28
Octal 303 117 11 0 73 137 30 27 133 50
Binary 11000011 1001111 1001 0 111011 1011111 11000 10111 1011011 101000

Color Harmonies of #C34F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F09

Black with #C34F09

Text Example


Text Example

White with #C34F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F09; }

 p { color: rgb(195,79,9); }

 H1.HeaderClassName
 {
   color: #C34F09;
 }
 .AnyTagClassName
 {
   color: #C34F09;
 }
</style>

background-color css

<style>
 a { background-color: #C34F09; }

 a { background-color: rgb(195,79,9); }

 div.DivClassName
 {
   background-color: #C34F09;
 }
 .BgClassName
 {
   background-color: #C34F09;
 }
</style>

border-color css

<style>
 span { border-color: #C34F09; }

 span { border-color: rgb(195,79,9); }

 td.TdClassName
 {
   border-color: #C34F09;
 }
 .TagClassName
 {
   border-color: #C34F09;
 }
</style>