#53250D

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

Shades of Baker's Chocolate #53250D

Tints of Baker's Chocolate #53250D

Color information

#53250D (or 0x53250D) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 0D. RGB value is (83,37,13). Sum of RGB (Red+Green+Blue) = 83+37+13=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53250D is #ACDAF2. Grayscale: #303030. Windows color (decimal): -11328243 or 861523. OLE color: 861523.

HSL color Cylindrical-coordinate representation of color #53250D: hue angle of 20.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53250D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB833713-
CMYK00.550.840.67
HSL20.57º72.92%18.82%-
HSV(B)20.57º84.34%32.55%-
XYZ4.33.190.77-
YUV48.02108.24152.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=62.41%
G=27.82%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83371300.550.840.6720.5772.9218.82
Hex5325D0375443154913
Octal12345150671241032511123
Binary1010011100101110101101111010100100001110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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