#332513

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

Shades of Cocoa Brown #332513

Tints of Cocoa Brown #332513

Color information

#332513 (or 0x332513) is unknown color: approx Cocoa Brown. HEX triplet: 33, 25 and 13. RGB value is (51,37,19). Sum of RGB (Red+Green+Blue) = 51+37+19=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332513 is #CCDAEC. Grayscale: #272727. Windows color (decimal): -13425389 or 1254707. OLE color: 1254707.

HSL color Cylindrical-coordinate representation of color #332513: hue angle of 33.75º 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 #332513 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB513719-
CMYK00.270.630.8
HSL33.75º45.71%13.73%-
HSV(B)33.75º62.75%20%-
XYZ2.142.070.9-
YUV39.13116.64136.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=47.66%
G=34.58%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51371900.270.630.833.7545.7113.73
Hex33251301B3F50222ee
Octal63452303377120425616
Binary1100111001011001101101111111110100001000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332513; }

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

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

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

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

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

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

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

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