#522705

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

Shades of Baker's Chocolate #522705

Tints of Baker's Chocolate #522705

Color information

#522705 (or 0x522705) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 27 and 05. RGB value is (82,39,5). Sum of RGB (Red+Green+Blue) = 82+39+5=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #522705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522705 is #ADD8FA. Grayscale: #303030. Windows color (decimal): -11393275 or 337746. OLE color: 337746.

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

Color convert

RGB82395-
CMYK00.520.940.68
HSL26.49º88.51%17.06%-
HSV(B)26.49º93.9%32.16%-
XYZ4.233.260.55-
YUV47.98103.75152.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.08%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=65.08%
G=30.95%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8239500.520.940.6826.4988.5117.06
Hex522750345E441a5911
Octal1224750641361043213121
Binary101001010011110101101001011110100010011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522705; }

 p { color: rgb(82,39,5); }

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

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

 a { background-color: rgb(82,39,5); }

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

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

 span { border-color: rgb(82,39,5); }

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