#332113

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

Shades of Cocoa Brown #332113

Tints of Cocoa Brown #332113

Color information

#332113 (or 0x332113) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 13. RGB value is (51,33,19). Sum of RGB (Red+Green+Blue) = 51+33+19=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332113 is #CCDEEC. Grayscale: #242424. Windows color (decimal): -13426413 or 1253683. OLE color: 1253683.

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

Color convert

RGB513319-
CMYK00.350.630.8
HSL26.25º45.71%13.73%-
HSV(B)26.25º62.75%20%-
XYZ2.031.840.86-
YUV36.79117.96138.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=49.51%
G=32.04%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51331900.350.630.826.2545.7113.73
Hex3321130233F501a2ee
Octal63412304377120325616
Binary1100111000011001101000111111111010000110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332113; }

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

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

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

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

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

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

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

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