#523932

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

Shades of Cocoa Bean #523932

Tints of Cocoa Bean #523932

Color information

#523932 (or 0x523932) is unknown color: approx Cocoa Bean. HEX triplet: 52, 39 and 32. RGB value is (82,57,50). Sum of RGB (Red+Green+Blue) = 82+57+50=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523932 is #ADC6CD. Grayscale: #3F3F3F. Windows color (decimal): -11388622 or 3291474. OLE color: 3291474.

HSL color Cylindrical-coordinate representation of color #523932: hue angle of 13.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #523932 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB825750-
CMYK00.300.390.68
HSL13.12º24.24%25.88%-
HSV(B)13.12º39.02%32.16%-
XYZ5.524.953.68-
YUV63.68120.28141.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=43.39%
G=30.16%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82575000.300.390.6813.1224.2425.88
Hex52393201E2744d181a
Octal122716203647104153032
Binary1010010111001110010011110100111100010011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523932; }

 p { color: rgb(82,57,50); }

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

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

 a { background-color: rgb(82,57,50); }

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

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

 span { border-color: rgb(82,57,50); }

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