#53200A

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

Shades of Baker's Chocolate #53200A

Tints of Baker's Chocolate #53200A

Color information

#53200A (or 0x53200A) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 20 and 0A. RGB value is (83,32,10). Sum of RGB (Red+Green+Blue) = 83+32+10=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #53200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53200A is #ACDFF5. Grayscale: #2C2C2C. Windows color (decimal): -11329526 or 663635. OLE color: 663635.

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

Color convert

RGB833210-
CMYK00.610.880.67
HSL18.08º78.49%18.24%-
HSV(B)18.08º87.95%32.55%-
XYZ4.142.890.63-
YUV44.74108.4155.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 10 (4.30% from 255) = 8%
R=66.4%
G=25.6%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83321000.610.880.6718.0878.4918.24
Hex5320A03D5843124e12
Octal12340120751301032211622
Binary1010011100000101001111011011000100001110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,32,10); }

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

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

 a { background-color: rgb(83,32,10); }

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

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

 span { border-color: rgb(83,32,10); }

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