#CB4D02

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

Shades of Tenne (Tawny) #CB4D02

Tints of Tenne (Tawny) #CB4D02

Color information

#CB4D02 (or 0xCB4D02) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 4D and 02. RGB value is (203,77,2). Sum of RGB (Red+Green+Blue) = 203+77+2=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D02 is #34B2FD. Grayscale: #6A6A6A. Windows color (decimal): -3453694 or 150987. OLE color: 150987.

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

Color convert

RGB203772-
CMYK00.620.990.20
HSL22.39º98.05%40.2%-
HSV(B)22.39º99.01%79.61%-
XYZ27.2918.012.09-
YUV106.1269.24197.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 71.99%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=71.99%
G=27.30%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20377200.620.990.2022.3998.0540.2
HexCB4D203E6314166228
Octal3131152076143242614250
Binary110010111001101100111110110001110100101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D02; }

 p { color: rgb(203,77,2); }

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

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

 a { background-color: rgb(203,77,2); }

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

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

 span { border-color: rgb(203,77,2); }

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