#523600

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

Shades of Baker's Chocolate #523600

Tints of Baker's Chocolate #523600

Color information

#523600 (or 0x523600) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 36 and 00. RGB value is (82,54,0). Sum of RGB (Red+Green+Blue) = 82+54+0=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #523600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523600 is #ADC9FF. Grayscale: #383838. Windows color (decimal): -11389440 or 13906. OLE color: 13906.

HSL color Cylindrical-coordinate representation of color #523600: hue angle of 39.51º 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 #523600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB82540-
CMYK00.3410.68
HSL39.51º100%16.08%-
HSV(B)39.51º100%32.16%-
XYZ4.84.430.6-
YUV56.2296.28146.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.29%
G=39.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254000.3410.6839.5110016.08
Hex523600226444286410
Octal1226600421441045014420
Binary10100101101100010001011001001000100101000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523600; }

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

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

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

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

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

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

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

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