#522A0C

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

Shades of Baker's Chocolate #522A0C

Tints of Baker's Chocolate #522A0C

Color information

#522A0C (or 0x522A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2A and 0C. RGB value is (82,42,12). Sum of RGB (Red+Green+Blue) = 82+42+12=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #522A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A0C is #ADD5F3. Grayscale: #323232. Windows color (decimal): -11392500 or 797266. OLE color: 797266.

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

Color convert

RGB824212-
CMYK00.490.850.68
HSL25.71º74.47%18.43%-
HSV(B)25.71º85.37%32.16%-
XYZ4.373.480.79-
YUV50.54106.25150.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=60.29%
G=30.88%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82421200.490.850.6825.7174.4718.43
Hex522AC03155441a4a12
Octal12252140611251043211222
Binary1010010101010110001100011010101100010011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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