#211307

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

Shades of Cocoa Brown #211307

Tints of Cocoa Brown #211307

Color information

#211307 (or 0x211307) is unknown color: approx Cocoa Brown. HEX triplet: 21, 13 and 07. RGB value is (33,19,7). Sum of RGB (Red+Green+Blue) = 33+19+7=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #211307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211307 is #DEECF8. Grayscale: #151515. Windows color (decimal): -14609657 or 463649. OLE color: 463649.

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

Color convert

RGB33197-
CMYK00.420.790.87
HSL27.69º65%7.84%-
HSV(B)27.69º78.79%12.94%-
XYZ0.90.80.31-
YUV21.82119.64135.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55.93%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 7 (3.12% from 255) = 11.86%
R=55.93%
G=32.20%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3319700.420.790.8727.69657.84
Hex2113702A4F571c418
Octal412370521171273410110
Binary100001100111110101010100111110101111110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211307; }

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

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

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

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

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

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

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

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