#332512

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

Shades of Cocoa Brown #332512

Tints of Cocoa Brown #332512

Color information

#332512 (or 0x332512) is unknown color: approx Cocoa Brown. HEX triplet: 33, 25 and 12. RGB value is (51,37,18). Sum of RGB (Red+Green+Blue) = 51+37+18=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332512 is #CCDAED. Grayscale: #272727. Windows color (decimal): -13425390 or 1189171. OLE color: 1189171.

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

Color convert

RGB513718-
CMYK00.270.650.8
HSL34.55º47.83%13.53%-
HSV(B)34.55º64.71%20%-
XYZ2.142.070.86-
YUV39.02116.14136.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=48.11%
G=34.91%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51371800.270.650.834.5547.8313.53
Hex33251201B41502330e
Octal634522033101120436016
Binary11001110010110010011011100000110100001000111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332512; }

 p { color: rgb(51,37,18); }

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

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

 a { background-color: rgb(51,37,18); }

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

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

 span { border-color: rgb(51,37,18); }

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