#53370A

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

Shades of Baker's Chocolate #53370A

Tints of Baker's Chocolate #53370A

Color information

#53370A (or 0x53370A) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 37 and 0A. RGB value is (83,55,10). Sum of RGB (Red+Green+Blue) = 83+55+10=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53370A is #ACC8F5. Grayscale: #3A3A3A. Windows color (decimal): -11323638 or 669523. OLE color: 669523.

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

Color convert

RGB835510-
CMYK00.340.880.67
HSL36.99º78.49%18.24%-
HSV(B)36.99º87.95%32.55%-
XYZ4.994.590.91-
YUV58.24100.78145.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=56.08%
G=37.16%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83551000.340.880.6736.9978.4918.24
Hex5337A0225843254e12
Octal12367120421301034511622
Binary10100111101111010010001010110001000011100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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