#523706

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

Shades of Baker's Chocolate #523706

Tints of Baker's Chocolate #523706

Color information

#523706 (or 0x523706) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 37 and 06. RGB value is (82,55,6). Sum of RGB (Red+Green+Blue) = 82+55+6=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523706 is #ADC8F9. Grayscale: #393939. Windows color (decimal): -11389178 or 407378. OLE color: 407378.

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

Color convert

RGB82556-
CMYK00.330.930.68
HSL38.68º86.36%17.25%-
HSV(B)38.68º92.68%32.16%-
XYZ4.884.540.79-
YUV57.4998.95145.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=57.34%
G=38.46%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8255600.330.930.6838.6886.3617.25
Hex523760215D44275611
Octal1226760411351044712621
Binary1010010110111110010000110111011000100100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523706; }

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

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

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

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

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

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

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

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