#523509

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

Shades of Baker's Chocolate #523509

Tints of Baker's Chocolate #523509

Color information

#523509 (or 0x523509) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 35 and 09. RGB value is (82,53,9). Sum of RGB (Red+Green+Blue) = 82+53+9=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #523509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523509 is #ADCAF6. Grayscale: #383838. Windows color (decimal): -11389687 or 603474. OLE color: 603474.

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

Color convert

RGB82539-
CMYK00.350.890.68
HSL36.16º80.22%17.84%-
HSV(B)36.16º89.02%32.16%-
XYZ4.84.360.85-
YUV56.66101.11146.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=56.94%
G=36.81%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8253900.350.890.6836.1680.2217.84
Hex523590235944245012
Octal12265110431311044412022
Binary10100101101011001010001110110011000100100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523509; }

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

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

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

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

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

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

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

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