#52290A

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

Shades of Baker's Chocolate #52290A

Tints of Baker's Chocolate #52290A

Color information

#52290A (or 0x52290A) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 29 and 0A. RGB value is (82,41,10). Sum of RGB (Red+Green+Blue) = 82+41+10=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52290A is #ADD6F5. Grayscale: #313131. Windows color (decimal): -11392758 or 665938. OLE color: 665938.

HSL color Cylindrical-coordinate representation of color #52290A: hue angle of 25.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52290A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB824110-
CMYK00.500.880.68
HSL25.83º78.26%18.04%-
HSV(B)25.83º87.8%32.16%-
XYZ4.333.40.72-
YUV49.72105.58151.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=61.65%
G=30.83%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82411000.500.880.6825.8378.2618.04
Hex5229A03258441a4e12
Octal12251120621301043211622
Binary1010010101001101001100101011000100010011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52290A; }

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

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

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

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

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

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

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

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