#522900

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

Shades of Baker's Chocolate #522900

Tints of Baker's Chocolate #522900

Color information

#522900 (or 0x522900) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 29 and 00. RGB value is (82,41,0). Sum of RGB (Red+Green+Blue) = 82+41+0=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #522900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522900 is #ADD6FF. Grayscale: #303030. Windows color (decimal): -11392768 or 10578. OLE color: 10578.

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

Color convert

RGB82410-
CMYK00.5010.68
HSL30º100%16.08%-
HSV(B)30º100%32.16%-
XYZ4.273.380.43-
YUV48.58100.58151.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8241000.5010.683010016.08
Hex5229003264441e6410
Octal1225100621441043614420
Binary1010010101001001100101100100100010011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522900; }

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

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

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

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

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

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

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

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