#CB5A04

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

Shades of Tenne (Tawny) #CB5A04

Tints of Tenne (Tawny) #CB5A04

Color information

#CB5A04 (or 0xCB5A04) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 5A and 04. RGB value is (203,90,4). Sum of RGB (Red+Green+Blue) = 203+90+4=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A04 is #34A5FB. Grayscale: #727272. Windows color (decimal): -3450364 or 285387. OLE color: 285387.

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

Color convert

RGB203904-
CMYK00.560.980.20
HSL25.93º96.14%40.59%-
HSV(B)25.93º98.03%79.61%-
XYZ28.3120.022.49-
YUV113.9865.94191.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.35%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=68.35%
G=30.30%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20390400.560.980.2025.9396.1440.59
HexCB5A403862141a6029
Octal3131324070142243214051
Binary1100101110110101000111000110001010100110101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A04; }

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

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

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

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

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

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

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

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