#C55B08

Color #C55B08 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C55B08

Tints of Tenne (Tawny) #C55B08

Color information

#C55B08 (or 0xC55B08) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 5B and 08. RGB value is (197,91,8). Sum of RGB (Red+Green+Blue) = 197+91+8=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55B08 is #3AA4F7. Grayscale: #717171. Windows color (decimal): -3843320 or 547781. OLE color: 547781.

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

Color convert

RGB197918-
CMYK00.540.960.23
HSL26.35º92.2%40.2%-
HSV(B)26.35º95.94%77.25%-
XYZ26.8119.372.56-
YUV113.2368.62187.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.55%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 8 (3.52% from 255) = 2.70%
R=66.55%
G=30.74%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19791800.540.960.2326.3592.240.2
HexC55B803660171a5c28
Octal30513310066140273213450
Binary11000101101101110000110110110000010111110101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B08; }

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

 H1.HeaderClassName
 {
   color: #C55B08;
 }
 .AnyTagClassName
 {
   color: #C55B08;
 }
</style>
background-color css

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

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

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

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

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

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