#CB5901

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

Shades of Tenne (Tawny) #CB5901

Tints of Tenne (Tawny) #CB5901

Color information

#CB5901 (or 0xCB5901) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 59 and 01. RGB value is (203,89,1). Sum of RGB (Red+Green+Blue) = 203+89+1=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5901 is #34A6FE. Grayscale: #717171. Windows color (decimal): -3450623 or 88523. OLE color: 88523.

HSL color Cylindrical-coordinate representation of color #CB5901: hue angle of 26.14º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB5901 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203891-
CMYK00.561.000.20
HSL26.14º99.02%40%-
HSV(B)26.14º99.51%79.61%-
XYZ28.2119.842.37-
YUV113.0564.77192.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.28%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=69.28%
G=30.38%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20389100.561.000.2026.1499.0240
HexCB59103864141a6328
Octal3131311070144243214350
Binary11001011101100110111000110010010100110101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5901; }

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

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

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

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

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

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

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

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