#C55207

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

Shades of Tenne (Tawny) #C55207

Tints of Tenne (Tawny) #C55207

Color information

#C55207 (or 0xC55207) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 52 and 07. RGB value is (197,82,7). Sum of RGB (Red+Green+Blue) = 197+82+7=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C55207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55207 is #3AADF8. Grayscale: #6C6C6C. Windows color (decimal): -3845625 or 479941. OLE color: 479941.

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

Color convert

RGB197827-
CMYK00.580.960.23
HSL23.68º93.14%40%-
HSV(B)23.68º96.45%77.25%-
XYZ26.0817.922.29-
YUV107.8471.1191.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.88%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 7 (3.12% from 255) = 2.45%
R=68.88%
G=28.67%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19782700.580.960.2323.6893.1440
HexC552703A6017185d28
Octal3051227072140273013550
Binary1100010110100101110111010110000010111110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55207; }

 p { color: rgb(197,82,7); }

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

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

 a { background-color: rgb(197,82,7); }

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

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

 span { border-color: rgb(197,82,7); }

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