#CB5912

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

Shades of Tenne (Tawny) #CB5912

Tints of Tenne (Tawny) #CB5912

Color information

#CB5912 (or 0xCB5912) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 59 and 12. RGB value is (203,89,18). Sum of RGB (Red+Green+Blue) = 203+89+18=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5912 is #34A6ED. Grayscale: #737373. Windows color (decimal): -3450606 or 1202635. OLE color: 1202635.

HSL color Cylindrical-coordinate representation of color #CB5912: hue angle of 23.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5912 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB2038918-
CMYK00.560.910.20
HSL23.03º83.71%43.33%-
HSV(B)23.03º91.13%79.61%-
XYZ28.3119.882.92-
YUV114.9973.27190.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.48%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 18 (7.42% from 255) = 5.81%
R=65.48%
G=28.71%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203891800.560.910.2023.0383.7143.33
HexCB59120385B1417542b
Octal31313122070133242712453
Binary110010111011001100100111000101101110100101111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5912; }

 p { color: rgb(203,89,18); }

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

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

 a { background-color: rgb(203,89,18); }

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

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

 span { border-color: rgb(203,89,18); }

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