Html Css Color HEX #C55808 Tenne (Tawny)

📋 copy color: '#C55808'

red 197 ◦ green 88 ◦ blue 8

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

Shades of Tenne (Tawny) #C55808

Tints of Tenne (Tawny) #C55808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 67.24%
G = 30.03%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C55808 (or 0xC55808) is known color: Tenne (Tawny). HEX triplet: C5, 58 and 08. RGB value is (197,88,8). Sum of RGB (Red+Green+Blue) = 197+88+8=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C55808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55808 is #3AA7F7. Grayscale: #6F6F6F. Windows color (decimal): -3844088 or 547013. OLE color: 547013.

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

Color convert

RGB 197 88 8 -
CMYK 0 0.55 0.96 0.23
HSL 25.4º 0.92% 0.4% -
HSV(B) 25.4º 0.96% 0.77% -
XYZ 26.56 18.87 2.47 -
YUV 111.47 69.61 189 -
System Red Green Blue C M Y K H S L
Decimal 197 88 8 0 0.55 0.96 0.23 25.4 0.92 0.4
Hex C5 58 8 0 37 60 17 19 5C 28
Octal 305 130 10 0 67 140 27 31 134 50
Binary 11000101 1011000 1000 0 110111 1100000 10111 11001 1011100 101000

Color Harmonies of #C55808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55808

Black with #C55808

Text Example


Text Example

White with #C55808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55808; }

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

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

background-color css

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

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

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

border-color css

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

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

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