Html Css Color HEX #523C35 Cocoa Bean

📋 copy color: '#523C35'

red 82 ◦ green 60 ◦ blue 53

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

Shades of Cocoa Bean #523C35

Tints of Cocoa Bean #523C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 53 (21.09% from 255) = 27.18%

R = 42.05%
G = 30.77%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#523C35 (or 0x523C35) is known color: Cocoa Bean. HEX triplet: 52, 3C and 35. RGB value is (82,60,53). Sum of RGB (Red+Green+Blue) = 82+60+53=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #523C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C35 is #ADC3CA. Grayscale: #414141. Windows color (decimal): -11387851 or 3488850. OLE color: 3488850.

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

Color convert

RGB 82 60 53 -
CMYK 0 0.27 0.35 0.68
HSL 14.48º 0.21% 0.26% -
HSV(B) 14.48º 0.35% 0.32% -
XYZ 5.74 5.28 4.09 -
YUV 65.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 82 60 53 0 0.27 0.35 0.68 14.48 0.21 0.26
Hex 52 3C 35 0 1B 23 44 E 15 1A
Octal 122 74 65 0 33 43 104 16 25 32
Binary 1010010 111100 110101 0 11011 100011 1000100 1110 10101 11010

Color Harmonies of #523C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C35

Black with #523C35

Text Example


Text Example

White with #523C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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