#211408

Color #211408 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #211408

Tints of Cocoa Brown #211408

Color information

#211408 (or 0x211408) is unknown color: approx Cocoa Brown. HEX triplet: 21, 14 and 08. RGB value is (33,20,8). Sum of RGB (Red+Green+Blue) = 33+20+8=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211408 is #DEEBF7. Grayscale: #161616. Windows color (decimal): -14609400 or 529441. OLE color: 529441.

HSL color Cylindrical-coordinate representation of color #211408: hue angle of 28.8º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211408 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB33208-
CMYK00.390.760.87
HSL28.8º60.98%8.04%-
HSV(B)28.8º75.76%12.94%-
XYZ0.920.840.34-
YUV22.52119.81135.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 54.10%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=54.10%
G=32.79%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3320800.390.760.8728.860.988.04
Hex211480274C571d3d8
Octal412410047114127357510
Binary100001101001000010011110011001010111111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211408; }

 p { color: rgb(33,20,8); }

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

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

 a { background-color: rgb(33,20,8); }

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

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

 span { border-color: rgb(33,20,8); }

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