#523C35

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

Shades of Cocoa Bean #523C35

Tints of Cocoa Bean #523C35

Color information

#523C35 (or 0x523C35) is unknown color: approx 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

RGB826053-
CMYK00.270.350.68
HSL14.48º21.48%26.47%-
HSV(B)14.48º35.37%32.16%-
XYZ5.745.284.09-
YUV65.78120.79139.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82605300.270.350.6814.4821.4826.47
Hex523C3501B2344e151a
Octal122746503343104162532
Binary1010010111100110101011011100011100010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>