#523A0F

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

Shades of Baker's Chocolate #523A0F

Tints of Baker's Chocolate #523A0F

Color information

#523A0F (or 0x523A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 3A and 0F. RGB value is (82,58,15). Sum of RGB (Red+Green+Blue) = 82+58+15=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A0F is #ADC5F0. Grayscale: #3C3C3C. Windows color (decimal): -11388401 or 997970. OLE color: 997970.

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

Color convert

RGB825815-
CMYK00.290.820.68
HSL38.51º69.07%19.02%-
HSV(B)38.51º81.71%32.16%-
XYZ5.084.851.12-
YUV60.27102.45143.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=52.90%
G=37.42%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82581500.290.820.6838.5169.0719.02
Hex523AF01D5244274513
Octal12272170351221044710523
Binary1010010111010111101110110100101000100100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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