Html Css Color HEX #C55408 Tenne (Tawny)

📋 copy color: '#C55408'

red 197 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #C55408

Tints of Tenne (Tawny) #C55408

RGB

 RED value IS 197 (77.34% from 255) = 68.17%

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

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

R = 68.17%
G = 29.07%
B = 2.77%

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

#C55408 (or 0xC55408) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 08. RGB value is (197,84,8). Sum of RGB (Red+Green+Blue) = 197+84+8=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C55408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55408 is #3AABF7. Grayscale: #6D6D6D. Windows color (decimal): -3845112 or 545989. OLE color: 545989.

HSL color Cylindrical-coordinate representation of color #C55408: hue angle of 24.13º 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 #C55408 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 8 -
CMYK 0 0.57 0.96 0.23
HSL 24.13º 0.92% 0.4% -
HSV(B) 24.13º 0.96% 0.77% -
XYZ 26.24 18.23 2.37 -
YUV 109.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 197 84 8 0 0.57 0.96 0.23 24.13 0.92 0.4
Hex C5 54 8 0 39 60 17 18 5C 28
Octal 305 124 10 0 71 140 27 30 134 50
Binary 11000101 1010100 1000 0 111001 1100000 10111 11000 1011100 101000

Color Harmonies of #C55408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55408

Black with #C55408

Text Example


Text Example

White with #C55408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55408; }

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

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

background-color css

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

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

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

border-color css

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

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

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