#53250A

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

Shades of Baker's Chocolate #53250A

Tints of Baker's Chocolate #53250A

Color information

#53250A (or 0x53250A) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 0A. RGB value is (83,37,10). Sum of RGB (Red+Green+Blue) = 83+37+10=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53250A is #ACDAF5. Grayscale: #2F2F2F. Windows color (decimal): -11328246 or 664915. OLE color: 664915.

HSL color Cylindrical-coordinate representation of color #53250A: hue angle of 22.19º 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 #53250A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB833710-
CMYK00.550.880.67
HSL22.19º78.49%18.24%-
HSV(B)22.19º87.95%32.55%-
XYZ4.283.180.68-
YUV47.68106.74153.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=63.85%
G=28.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83371000.550.880.6722.1978.4918.24
Hex5325A0375843164e12
Octal12345120671301032611622
Binary1010011100101101001101111011000100001110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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