#CB4C04

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

Shades of Tenne (Tawny) #CB4C04

Tints of Tenne (Tawny) #CB4C04

Color information

#CB4C04 (or 0xCB4C04) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 4C and 04. RGB value is (203,76,4). Sum of RGB (Red+Green+Blue) = 203+76+4=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C04 is #34B3FB. Grayscale: #6A6A6A. Windows color (decimal): -3453948 or 281803. OLE color: 281803.

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

Color convert

RGB203764-
CMYK00.630.980.20
HSL21.71º96.14%40.59%-
HSV(B)21.71º98.03%79.61%-
XYZ27.2317.872.13-
YUV105.7670.58197.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 71.73%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=71.73%
G=26.86%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20376400.630.980.2021.7196.1440.59
HexCB4C403F6214166029
Octal3131144077142242614051
Binary1100101110011001000111111110001010100101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C04; }

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

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

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

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

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

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

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

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