#523A33

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

Shades of Cocoa Bean #523A33

Tints of Cocoa Bean #523A33

Color information

#523A33 (or 0x523A33) is unknown color: approx Cocoa Bean. HEX triplet: 52, 3A and 33. RGB value is (82,58,51). Sum of RGB (Red+Green+Blue) = 82+58+51=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #523A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A33 is #ADC5CC. Grayscale: #404040. Windows color (decimal): -11388365 or 3357266. OLE color: 3357266.

HSL color Cylindrical-coordinate representation of color #523A33: hue angle of 13.55º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #523A33 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB825851-
CMYK00.290.380.68
HSL13.55º23.31%26.08%-
HSV(B)13.55º37.8%32.16%-
XYZ5.595.063.81-
YUV64.38120.45140.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=42.93%
G=30.37%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82585100.290.380.6813.5523.3126.08
Hex523A3301D2644e171a
Octal122726303546104162732
Binary1010010111010110011011101100110100010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A33; }

 p { color: rgb(82,58,51); }

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

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

 a { background-color: rgb(82,58,51); }

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

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

 span { border-color: rgb(82,58,51); }

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