#523609

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

Shades of Baker's Chocolate #523609

Tints of Baker's Chocolate #523609

Color information

#523609 (or 0x523609) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 36 and 09. RGB value is (82,54,9). Sum of RGB (Red+Green+Blue) = 82+54+9=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #523609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523609 is #ADC9F6. Grayscale: #393939. Windows color (decimal): -11389431 or 603730. OLE color: 603730.

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

Color convert

RGB82549-
CMYK00.340.890.68
HSL36.99º80.22%17.84%-
HSV(B)36.99º89.02%32.16%-
XYZ4.854.450.86-
YUV57.24100.78145.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=56.55%
G=37.24%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254900.340.890.6836.9980.2217.84
Hex523690225944255012
Octal12266110421311044512022
Binary10100101101101001010001010110011000100100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523609; }

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

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

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

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

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

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

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

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