#C45712

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

Shades of Tenne (Tawny) #C45712

Tints of Tenne (Tawny) #C45712

Color information

#C45712 (or 0xC45712) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 57 and 12. RGB value is (196,87,18). Sum of RGB (Red+Green+Blue) = 196+87+18=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C45712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45712 is #3BA8ED. Grayscale: #707070. Windows color (decimal): -3909870 or 1202116. OLE color: 1202116.

HSL color Cylindrical-coordinate representation of color #C45712: hue angle of 23.26º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C45712 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1968718-
CMYK00.560.910.23
HSL23.26º83.18%41.96%-
HSV(B)23.26º90.82%76.86%-
XYZ26.2818.62.78-
YUV111.7275.11188.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.12%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=65.12%
G=28.90%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196871800.560.910.2323.2683.1841.96
HexC457120385B1717532a
Octal30412722070133272712352
Binary110001001010111100100111000101101110111101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45712; }

 p { color: rgb(196,87,18); }

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

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

 a { background-color: rgb(196,87,18); }

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

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

 span { border-color: rgb(196,87,18); }

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