Html Css Color HEX #523532 Cocoa Bean

📋 copy color: '#523532'

red 82 ◦ green 53 ◦ blue 50

#523532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Bean #523532

Tints of Cocoa Bean #523532

RGB

 RED value IS 82 (32.42% from 255) = 44.32%

 GREEN value IS 53 (21.09% from 255) = 28.65%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 44.32%
G = 28.65%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#523532 (or 0x523532) is known color: Cocoa Bean. HEX triplet: 52, 35 and 32. RGB value is (82,53,50). Sum of RGB (Red+Green+Blue) = 82+53+50=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #523532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523532 is #ADCACD. Grayscale: #3D3D3D. Windows color (decimal): -11389646 or 3290450. OLE color: 3290450.

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

Color convert

RGB 82 53 50 -
CMYK 0 0.35 0.39 0.68
HSL 5.63º 0.24% 0.26% -
HSV(B) 5.63º 0.39% 0.32% -
XYZ 5.33 4.57 3.62 -
YUV 61.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 82 53 50 0 0.35 0.39 0.68 5.63 0.24 0.26
Hex 52 35 32 0 23 27 44 6 18 1A
Octal 122 65 62 0 43 47 104 6 30 32
Binary 1010010 110101 110010 0 100011 100111 1000100 110 11000 11010

Color Harmonies of #523532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523532

Black with #523532

Text Example


Text Example

White with #523532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523532; }

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

 H1.HeaderClassName
 {
   color: #523532;
 }
 .AnyTagClassName
 {
   color: #523532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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