#523632

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

Shades of Cocoa Bean #523632

Tints of Cocoa Bean #523632

Color information

#523632 (or 0x523632) is unknown color: approx Cocoa Bean. HEX triplet: 52, 36 and 32. RGB value is (82,54,50). Sum of RGB (Red+Green+Blue) = 82+54+50=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523632 is #ADC9CD. Grayscale: #3D3D3D. Windows color (decimal): -11389390 or 3290706. OLE color: 3290706.

HSL color Cylindrical-coordinate representation of color #523632: hue angle of 7.5º 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 #523632 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB825450-
CMYK00.340.390.68
HSL7.5º24.24%25.88%-
HSV(B)7.5º39.02%32.16%-
XYZ5.374.663.63-
YUV61.92121.28142.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=44.09%
G=29.03%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82545000.340.390.687.524.2425.88
Hex52363202227448181a
Octal122666204247104103032
Binary10100101101101100100100010100111100010010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523632; }

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

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

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

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

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

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

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

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