#CB5B12

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

Shades of Tenne (Tawny) #CB5B12

Tints of Tenne (Tawny) #CB5B12

Color information

#CB5B12 (or 0xCB5B12) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 5B and 12. RGB value is (203,91,18). Sum of RGB (Red+Green+Blue) = 203+91+18=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B12 is #34A4ED. Grayscale: #747474. Windows color (decimal): -3450094 or 1203147. OLE color: 1203147.

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

Color convert

RGB2039118-
CMYK00.550.910.20
HSL23.68º83.71%43.33%-
HSV(B)23.68º91.13%79.61%-
XYZ28.4820.222.97-
YUV116.1772.61189.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.06%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 18 (7.42% from 255) = 5.77%
R=65.06%
G=29.17%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203911800.550.910.2023.6883.7143.33
HexCB5B120375B1418542b
Octal31313322067133243012453
Binary110010111011011100100110111101101110100110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B12; }

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

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

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

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

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

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

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

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