#523A0B

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

Shades of Baker's Chocolate #523A0B

Tints of Baker's Chocolate #523A0B

Color information

#523A0B (or 0x523A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 3A and 0B. RGB value is (82,58,11). Sum of RGB (Red+Green+Blue) = 82+58+11=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #523A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A0B is #ADC5F4. Grayscale: #3C3C3C. Windows color (decimal): -11388405 or 735826. OLE color: 735826.

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

Color convert

RGB825811-
CMYK00.290.870.68
HSL39.72º76.34%18.24%-
HSV(B)39.72º86.59%32.16%-
XYZ5.054.840.99-
YUV59.82100.45143.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.30%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=54.30%
G=38.41%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82581100.290.870.6839.7276.3418.24
Hex523AB01D5744284c12
Octal12272130351271045011422
Binary1010010111010101101110110101111000100101000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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