#211000

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

Shades of Cocoa Brown #211000

Tints of Cocoa Brown #211000

Color information

#211000 (or 0x211000) is unknown color: approx Cocoa Brown. HEX triplet: 21, 10 and 00. RGB value is (33,16,0). Sum of RGB (Red+Green+Blue) = 33+16+0=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #211000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211000 is #DEEFFF. Grayscale: #131313. Windows color (decimal): -14610432 or 4129. OLE color: 4129.

HSL color Cylindrical-coordinate representation of color #211000: hue angle of 29.09º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #211000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB33160-
CMYK00.5210.87
HSL29.09º100%6.47%-
HSV(B)29.09º100%12.94%-
XYZ0.810.690.09-
YUV19.26117.13137.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 67.35%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.35%
G=32.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3316000.5210.8729.091006.47
Hex2110003464571d646
Octal41200064144127351446
Binary100001100000011010011001001010111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211000; }

 p { color: rgb(33,16,0); }

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

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

 a { background-color: rgb(33,16,0); }

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

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

 span { border-color: rgb(33,16,0); }

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