#522609

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

Shades of Baker's Chocolate #522609

Tints of Baker's Chocolate #522609

Color information

#522609 (or 0x522609) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 26 and 09. RGB value is (82,38,9). Sum of RGB (Red+Green+Blue) = 82+38+9=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #522609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522609 is #ADD9F6. Grayscale: #303030. Windows color (decimal): -11393527 or 599634. OLE color: 599634.

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

Color convert

RGB82389-
CMYK00.540.890.68
HSL23.84º80.22%17.84%-
HSV(B)23.84º89.02%32.16%-
XYZ4.223.20.65-
YUV47.85106.08152.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=63.57%
G=29.46%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8238900.540.890.6823.8480.2217.84
Hex522690365944185012
Octal12246110661311043012022
Binary1010010100110100101101101011001100010011000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522609; }

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

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

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

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

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

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

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

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