#332105

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

Shades of Cocoa Brown #332105

Tints of Cocoa Brown #332105

Color information

#332105 (or 0x332105) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 05. RGB value is (51,33,5). Sum of RGB (Red+Green+Blue) = 51+33+5=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #332105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332105 is #CCDEFA. Grayscale: #232323. Windows color (decimal): -13426427 or 336179. OLE color: 336179.

HSL color Cylindrical-coordinate representation of color #332105: hue angle of 36.52º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332105 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51335-
CMYK00.350.900.8
HSL36.52º82.14%10.98%-
HSV(B)36.52º90.2%20%-
XYZ1.941.80.39-
YUV35.19110.96139.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 5 (2.34% from 255) = 5.62%
R=57.30%
G=37.08%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5133500.350.900.836.5282.1410.98
Hex332150235A502552b
Octal634150431321204512213
Binary11001110000110101000111011010101000010010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332105; }

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

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

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

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

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

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

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

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