#52280B

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

Shades of Baker's Chocolate #52280B

Tints of Baker's Chocolate #52280B

Color information

#52280B (or 0x52280B) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 28 and 0B. RGB value is (82,40,11). Sum of RGB (Red+Green+Blue) = 82+40+11=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52280B is #ADD7F4. Grayscale: #313131. Windows color (decimal): -11393013 or 731218. OLE color: 731218.

HSL color Cylindrical-coordinate representation of color #52280B: hue angle of 24.51º 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 #52280B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB824011-
CMYK00.510.870.68
HSL24.51º76.34%18.24%-
HSV(B)24.51º86.59%32.16%-
XYZ4.33.340.73-
YUV49.25106.41151.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=61.65%
G=30.08%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82401100.510.870.6824.5176.3418.24
Hex5228B0335744194c12
Octal12250130631271043111422
Binary1010010101000101101100111010111100010011001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52280B; }

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

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

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

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

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

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

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

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