#523309

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

Shades of Baker's Chocolate #523309

Tints of Baker's Chocolate #523309

Color information

#523309 (or 0x523309) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 33 and 09. RGB value is (82,51,9). Sum of RGB (Red+Green+Blue) = 82+51+9=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #523309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523309 is #ADCCF6. Grayscale: #373737. Windows color (decimal): -11390199 or 602962. OLE color: 602962.

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

Color convert

RGB82519-
CMYK00.380.890.68
HSL34.52º80.22%17.84%-
HSV(B)34.52º89.02%32.16%-
XYZ4.714.180.82-
YUV55.48101.77146.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=57.75%
G=35.92%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8251900.380.890.6834.5280.2217.84
Hex523390265944235012
Octal12263110461311044312022
Binary10100101100111001010011010110011000100100011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523309; }

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

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

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

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

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

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

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

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