#523808

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

Shades of Baker's Chocolate #523808

Tints of Baker's Chocolate #523808

Color information

#523808 (or 0x523808) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 38 and 08. RGB value is (82,56,8). Sum of RGB (Red+Green+Blue) = 82+56+8=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #523808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523808 is #ADC7F7. Grayscale: #3A3A3A. Windows color (decimal): -11388920 or 538706. OLE color: 538706.

HSL color Cylindrical-coordinate representation of color #523808: hue angle of 38.92º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #523808 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82568-
CMYK00.320.900.68
HSL38.92º82.22%17.65%-
HSV(B)38.92º90.24%32.16%-
XYZ4.944.640.87-
YUV58.399.61144.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.16%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=56.16%
G=38.36%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8256800.320.900.6838.9282.2217.65
Hex523880205A44275212
Octal12270100401321044712222
Binary10100101110001000010000010110101000100100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523808; }

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

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

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

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

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

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

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

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