#522A0B

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

Shades of Baker's Chocolate #522A0B

Tints of Baker's Chocolate #522A0B

Color information

#522A0B (or 0x522A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2A and 0B. RGB value is (82,42,11). Sum of RGB (Red+Green+Blue) = 82+42+11=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #522A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A0B is #ADD5F4. Grayscale: #323232. Windows color (decimal): -11392501 or 731730. OLE color: 731730.

HSL color Cylindrical-coordinate representation of color #522A0B: hue angle of 26.2º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #522A0B is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB824211-
CMYK00.490.870.68
HSL26.2º76.34%18.24%-
HSV(B)26.2º86.59%32.16%-
XYZ4.373.470.76-
YUV50.43105.75150.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=60.74%
G=31.11%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82421100.490.870.6826.276.3418.24
Hex522AB03157441a4c12
Octal12252130611271043211422
Binary1010010101010101101100011010111100010011010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A0B; }

 p { color: rgb(82,42,11); }

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

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

 a { background-color: rgb(82,42,11); }

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

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

 span { border-color: rgb(82,42,11); }

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