#523931

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

Shades of Cocoa Bean #523931

Tints of Cocoa Bean #523931

Color information

#523931 (or 0x523931) is unknown color: approx Cocoa Bean. HEX triplet: 52, 39 and 31. RGB value is (82,57,49). Sum of RGB (Red+Green+Blue) = 82+57+49=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523931 is #ADC6CE. Grayscale: #3F3F3F. Windows color (decimal): -11388623 or 3225938. OLE color: 3225938.

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

Color convert

RGB825749-
CMYK00.300.400.68
HSL14.55º25.19%25.69%-
HSV(B)14.55º40.24%32.16%-
XYZ5.54.943.57-
YUV63.56119.78141.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=43.62%
G=30.32%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82574900.300.400.6814.5525.1925.69
Hex52393101E2844f191a
Octal122716103650104173132
Binary1010010111001110001011110101000100010011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523931; }

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

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

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

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

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

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

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

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