#CB4B0C

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

Shades of Tenne (Tawny) #CB4B0C

Tints of Tenne (Tawny) #CB4B0C

Color information

#CB4B0C (or 0xCB4B0C) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 4B and 0C. RGB value is (203,75,12). Sum of RGB (Red+Green+Blue) = 203+75+12=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B0C is #34B4F3. Grayscale: #6A6A6A. Windows color (decimal): -3454196 or 805835. OLE color: 805835.

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

Color convert

RGB2037512-
CMYK00.630.940.20
HSL19.79º88.84%42.16%-
HSV(B)19.79º94.09%79.61%-
XYZ27.2117.762.34-
YUV106.0974.91197.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=70%
G=25.86%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203751200.630.940.2019.7988.8442.16
HexCB4BC03F5E1414592a
Octal31311314077136242413152
Binary11001011100101111000111111101111010100101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B0C; }

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

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

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

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

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

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

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

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