#C45A0B

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

Shades of Tenne (Tawny) #C45A0B

Tints of Tenne (Tawny) #C45A0B

Color information

#C45A0B (or 0xC45A0B) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 5A and 0B. RGB value is (196,90,11). Sum of RGB (Red+Green+Blue) = 196+90+11=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A0B is #3BA5F4. Grayscale: #717171. Windows color (decimal): -3909109 or 744132. OLE color: 744132.

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

Color convert

RGB1969011-
CMYK00.540.940.23
HSL25.62º89.37%40.59%-
HSV(B)25.62º94.39%76.86%-
XYZ26.4819.072.6-
YUV112.6970.62187.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 11 (4.69% from 255) = 3.70%
R=65.99%
G=30.30%
B=3.70%

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
Decimal196901100.540.940.2325.6289.3740.59
HexC45AB0365E171a5929
Octal30413213066136273213151
Binary11000100101101010110110110101111010111110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A0B; }

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

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

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

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

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

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

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

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