#523409

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

Shades of Baker's Chocolate #523409

Tints of Baker's Chocolate #523409

Color information

#523409 (or 0x523409) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 34 and 09. RGB value is (82,52,9). Sum of RGB (Red+Green+Blue) = 82+52+9=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523409 is #ADCBF6. Grayscale: #383838. Windows color (decimal): -11389943 or 603218. OLE color: 603218.

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

Color convert

RGB82529-
CMYK00.370.890.68
HSL35.34º80.22%17.84%-
HSV(B)35.34º89.02%32.16%-
XYZ4.764.270.83-
YUV56.07101.44146.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=57.34%
G=36.36%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8252900.370.890.6835.3480.2217.84
Hex523490255944235012
Octal12264110451311044312022
Binary10100101101001001010010110110011000100100011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523409; }

 p { color: rgb(82,52,9); }

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

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

 a { background-color: rgb(82,52,9); }

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

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

 span { border-color: rgb(82,52,9); }

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