#522A0F

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

Shades of Baker's Chocolate #522A0F

Tints of Baker's Chocolate #522A0F

Color information

#522A0F (or 0x522A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2A and 0F. RGB value is (82,42,15). Sum of RGB (Red+Green+Blue) = 82+42+15=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A0F is #ADD5F0. Grayscale: #333333. Windows color (decimal): -11392497 or 993874. OLE color: 993874.

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

Color convert

RGB824215-
CMYK00.490.820.68
HSL24.18º69.07%19.02%-
HSV(B)24.18º81.71%32.16%-
XYZ4.393.480.89-
YUV50.88107.75150.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=58.99%
G=30.22%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82421500.490.820.6824.1869.0719.02
Hex522AF0315244184513
Octal12252170611221043010523
Binary1010010101010111101100011010010100010011000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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