#523700

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

Shades of Baker's Chocolate #523700

Tints of Baker's Chocolate #523700

Color information

#523700 (or 0x523700) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 37 and 00. RGB value is (82,55,0). Sum of RGB (Red+Green+Blue) = 82+55+0=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #523700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523700 is #ADC8FF. Grayscale: #393939. Windows color (decimal): -11389184 or 14162. OLE color: 14162.

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

Color convert

RGB82550-
CMYK00.3310.68
HSL40.24º100%16.08%-
HSV(B)40.24º100%32.16%-
XYZ4.854.530.62-
YUV56.895.95145.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.85%
G=40.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8255000.3310.6840.2410016.08
Hex523700216444286410
Octal1226700411441045014420
Binary10100101101110010000111001001000100101000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523700; }

 p { color: rgb(82,55,0); }

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

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

 a { background-color: rgb(82,55,0); }

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

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

 span { border-color: rgb(82,55,0); }

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