#53290A

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

Shades of Baker's Chocolate #53290A

Tints of Baker's Chocolate #53290A

Color information

#53290A (or 0x53290A) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 29 and 0A. RGB value is (83,41,10). Sum of RGB (Red+Green+Blue) = 83+41+10=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53290A is #ACD6F5. Grayscale: #323232. Windows color (decimal): -11327222 or 665939. OLE color: 665939.

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

Color convert

RGB834110-
CMYK00.510.880.67
HSL25.48º78.49%18.24%-
HSV(B)25.48º87.95%32.55%-
XYZ4.423.450.72-
YUV50.02105.41151.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=61.94%
G=30.60%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83411000.510.880.6725.4878.4918.24
Hex5329A0335843194e12
Octal12351120631301033111622
Binary1010011101001101001100111011000100001111001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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