Html Css Color HEX #C45408 Tenne (Tawny)

📋 copy color: '#C45408'

red 196 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #C45408

Tints of Tenne (Tawny) #C45408

RGB

 RED value IS 196 (76.95% from 255) = 68.06%

 GREEN value IS 84 (33.2% from 255) = 29.17%

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 68.06%
G = 29.17%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C45408 (or 0xC45408) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 08. RGB value is (196,84,8). Sum of RGB (Red+Green+Blue) = 196+84+8=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C45408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45408 is #3BABF7. Grayscale: #6D6D6D. Windows color (decimal): -3910648 or 545988. OLE color: 545988.

HSL color Cylindrical-coordinate representation of color #C45408: hue angle of 24.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C45408 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 84 8 -
CMYK 0 0.57 0.96 0.23
HSL 24.26º 0.92% 0.4% -
HSV(B) 24.26º 0.96% 0.77% -
XYZ 25.98 18.09 2.35 -
YUV 108.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 196 84 8 0 0.57 0.96 0.23 24.26 0.92 0.4
Hex C4 54 8 0 39 60 17 18 5C 28
Octal 304 124 10 0 71 140 27 30 134 50
Binary 11000100 1010100 1000 0 111001 1100000 10111 11000 1011100 101000

Color Harmonies of #C45408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45408

Black with #C45408

Text Example


Text Example

White with #C45408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45408; }

 p { color: rgb(196,84,8); }

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

background-color css

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

 a { background-color: rgb(196,84,8); }

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

border-color css

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

 span { border-color: rgb(196,84,8); }

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