#522000

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

Shades of Baker's Chocolate #522000

Tints of Baker's Chocolate #522000

Color information

#522000 (or 0x522000) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 20 and 00. RGB value is (82,32,0). Sum of RGB (Red+Green+Blue) = 82+32+0=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #522000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522000 is #ADDFFF. Grayscale: #2B2B2B. Windows color (decimal): -11395072 or 8274. OLE color: 8274.

HSL color Cylindrical-coordinate representation of color #522000: hue angle of 23.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #522000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB82320-
CMYK00.6110.68
HSL23.41º100%16.08%-
HSV(B)23.41º100%32.16%-
XYZ42.830.34-
YUV43.3103.56155.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.93%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.93%
G=28.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8232000.6110.6823.4110016.08
Hex5220003D6444176410
Octal1224000751441042714420
Binary1010010100000001111011100100100010010111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522000; }

 p { color: rgb(82,32,0); }

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

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

 a { background-color: rgb(82,32,0); }

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

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

 span { border-color: rgb(82,32,0); }

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