#211300

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

Shades of Cocoa Brown #211300

Tints of Cocoa Brown #211300

Color information

#211300 (or 0x211300) is unknown color: approx Cocoa Brown. HEX triplet: 21, 13 and 00. RGB value is (33,19,0). Sum of RGB (Red+Green+Blue) = 33+19+0=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #211300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211300 is #DEECFF. Grayscale: #151515. Windows color (decimal): -14609664 or 4897. OLE color: 4897.

HSL color Cylindrical-coordinate representation of color #211300: hue angle of 34.55º 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 #211300 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB33190-
CMYK00.4210.87
HSL34.55º100%6.47%-
HSV(B)34.55º100%12.94%-
XYZ0.860.790.11-
YUV21.02116.14136.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 63.46%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.46%
G=36.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3319000.4210.8734.551006.47
Hex2113002A645723646
Octal41230052144127431446
Binary1000011001100101010110010010101111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211300; }

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

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

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

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

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

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

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

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