#CB5B04

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

Shades of Tenne (Tawny) #CB5B04

Tints of Tenne (Tawny) #CB5B04

Color information

#CB5B04 (or 0xCB5B04) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 5B and 04. RGB value is (203,91,4). Sum of RGB (Red+Green+Blue) = 203+91+4=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B04 is #34A4FB. Grayscale: #737373. Windows color (decimal): -3450108 or 285643. OLE color: 285643.

HSL color Cylindrical-coordinate representation of color #CB5B04: hue angle of 26.23º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB5B04 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB203914-
CMYK00.550.980.20
HSL26.23º96.14%40.59%-
HSV(B)26.23º98.03%79.61%-
XYZ28.3920.192.52-
YUV114.5765.61191.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.12%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=68.12%
G=30.54%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20391400.550.980.2026.2396.1440.59
HexCB5B403762141a6029
Octal3131334067142243214051
Binary1100101110110111000110111110001010100110101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B04; }

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

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

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

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

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

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

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

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