#523A10

Color #523A10 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #523A10

Tints of Baker's Chocolate #523A10

Color information

#523A10 (or 0x523A10) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 3A and 10. RGB value is (82,58,16). Sum of RGB (Red+Green+Blue) = 82+58+16=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A10 is #ADC5EF. Grayscale: #3C3C3C. Windows color (decimal): -11388400 or 1063506. OLE color: 1063506.

HSL color Cylindrical-coordinate representation of color #523A10: hue angle of 38.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #523A10 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB825816-
CMYK00.290.800.68
HSL38.18º67.35%19.22%-
HSV(B)38.18º80.49%32.16%-
XYZ5.094.861.16-
YUV60.39102.95143.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=52.56%
G=37.18%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82581600.290.800.6838.1867.3519.22
Hex523A1001D5044264313
Octal12272200351201044610323
Binary10100101110101000001110110100001000100100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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