#332114

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

Shades of Cocoa Brown #332114

Tints of Cocoa Brown #332114

Color information

#332114 (or 0x332114) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 14. RGB value is (51,33,20). Sum of RGB (Red+Green+Blue) = 51+33+20=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #332114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332114 is #CCDEEB. Grayscale: #242424. Windows color (decimal): -13426412 or 1319219. OLE color: 1319219.

HSL color Cylindrical-coordinate representation of color #332114: hue angle of 25.16º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332114 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB513320-
CMYK00.350.610.8
HSL25.16º43.66%13.92%-
HSV(B)25.16º60.78%20%-
XYZ2.041.840.91-
YUV36.9118.46138.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=49.04%
G=31.73%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51332000.350.610.825.1643.6613.92
Hex3321140233D50192ce
Octal63412404375120315416
Binary1100111000011010001000111111011010000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332114; }

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

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

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

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

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

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

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

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