#332518

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

Shades of Cocoa Brown #332518

Tints of Cocoa Brown #332518

Color information

#332518 (or 0x332518) is unknown color: approx Cocoa Brown. HEX triplet: 33, 25 and 18. RGB value is (51,37,24). Sum of RGB (Red+Green+Blue) = 51+37+24=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332518 is #CCDAE7. Grayscale: #272727. Windows color (decimal): -13425384 or 1582387. OLE color: 1582387.

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

Color convert

RGB513724-
CMYK00.270.530.8
HSL28.89º36%14.71%-
HSV(B)28.89º52.94%20%-
XYZ2.192.091.15-
YUV39.7119.14136.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=45.54%
G=33.04%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51372400.270.530.828.893614.71
Hex33251801B35501d24f
Octal63453003365120354417
Binary110011100101110000110111101011010000111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332518; }

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

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

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

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

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

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

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

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