#CB4A0C

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

Shades of Tenne (Tawny) #CB4A0C

Tints of Tenne (Tawny) #CB4A0C

Color information

#CB4A0C (or 0xCB4A0C) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 4A and 0C. RGB value is (203,74,12). Sum of RGB (Red+Green+Blue) = 203+74+12=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A0C is #34B5F3. Grayscale: #696969. Windows color (decimal): -3454452 or 805579. OLE color: 805579.

HSL color Cylindrical-coordinate representation of color #CB4A0C: hue angle of 19.48º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB4A0C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB2037412-
CMYK00.640.940.20
HSL19.48º88.84%42.16%-
HSV(B)19.48º94.09%79.61%-
XYZ27.1417.622.32-
YUV105.575.24197.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70.24%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 12 (5.08% from 255) = 4.15%
R=70.24%
G=25.61%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203741200.640.940.2019.4888.8442.16
HexCB4AC0405E1413592a
Octal313112140100136242313152
Binary110010111001010110001000000101111010100100111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4A0C; }

 p { color: rgb(203,74,12); }

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

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

 a { background-color: rgb(203,74,12); }

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

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

 span { border-color: rgb(203,74,12); }

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