#523815

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

Shades of Baker's Chocolate #523815

Tints of Baker's Chocolate #523815

Color information

#523815 (or 0x523815) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 38 and 15. RGB value is (82,56,21). Sum of RGB (Red+Green+Blue) = 82+56+21=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #523815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523815 is #ADC7EA. Grayscale: #3B3B3B. Windows color (decimal): -11388907 or 1390674. OLE color: 1390674.

HSL color Cylindrical-coordinate representation of color #523815: hue angle of 34.43º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523815 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB825621-
CMYK00.320.740.68
HSL34.43º59.22%20.2%-
HSV(B)34.43º74.39%32.16%-
XYZ5.034.681.35-
YUV59.78106.11143.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=51.57%
G=35.22%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82562100.320.740.6834.4359.2220.2
Hex5238150204A44223b14
Octal1227025040112104427324
Binary10100101110001010101000001001010100010010001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523815; }

 p { color: rgb(82,56,21); }

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

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

 a { background-color: rgb(82,56,21); }

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

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

 span { border-color: rgb(82,56,21); }

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