#C45A0C

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

Shades of Tenne (Tawny) #C45A0C

Tints of Tenne (Tawny) #C45A0C

Color information

#C45A0C (or 0xC45A0C) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 5A and 0C. RGB value is (196,90,12). Sum of RGB (Red+Green+Blue) = 196+90+12=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A0C is #3BA5F3. Grayscale: #717171. Windows color (decimal): -3909108 or 809668. OLE color: 809668.

HSL color Cylindrical-coordinate representation of color #C45A0C: hue angle of 25.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C45A0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB1969012-
CMYK00.540.940.23
HSL25.43º88.46%40.78%-
HSV(B)25.43º93.88%76.86%-
XYZ26.4919.072.63-
YUV112.871.12187.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.77%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=65.77%
G=30.20%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196901200.540.940.2325.4388.4640.78
HexC45AC0365E17195829
Octal30413214066136273113051
Binary11000100101101011000110110101111010111110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A0C; }

 p { color: rgb(196,90,12); }

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

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

 a { background-color: rgb(196,90,12); }

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

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

 span { border-color: rgb(196,90,12); }

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