#C45B0B

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

Shades of Tenne (Tawny) #C45B0B

Tints of Tenne (Tawny) #C45B0B

Color information

#C45B0B (or 0xC45B0B) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 5B and 0B. RGB value is (196,91,11). Sum of RGB (Red+Green+Blue) = 196+91+11=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45B0B is #3BA4F4. Grayscale: #717171. Windows color (decimal): -3908853 or 744388. OLE color: 744388.

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

Color convert

RGB1969111-
CMYK00.540.940.23
HSL25.95º89.37%40.59%-
HSV(B)25.95º94.39%76.86%-
XYZ26.5719.242.63-
YUV113.2870.29187-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.77%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=65.77%
G=30.54%
B=3.69%

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
Decimal196911100.540.940.2325.9589.3740.59
HexC45BB0365E171a5929
Octal30413313066136273213151
Binary11000100101101110110110110101111010111110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45B0B; }

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

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

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

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

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

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

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

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