#53612B

Color #53612B Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #53612B

Tints of Saratoga #53612B

Color information

#53612B (or 0x53612B) is unknown color: approx Saratoga. HEX triplet: 53, 61 and 2B. RGB value is (83,97,43). Sum of RGB (Red+Green+Blue) = 83+97+43=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #53612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53612B is #AC9ED4. Grayscale: #565656. Windows color (decimal): -11312853 or 2842963. OLE color: 2842963.

HSL color Cylindrical-coordinate representation of color #53612B: hue angle of 75.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53612B is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB839743-
CMYK0.1400.560.62
HSL75.56º38.57%27.45%-
HSV(B)75.56º55.67%38.04%-
XYZ8.2810.563.89-
YUV86.66103.36125.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=37.22%
G=43.50%
B=19.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397430.1400.560.6275.5638.5727.45
Hex53612BE0383E4c271b
Octal1231415316070761144733
Binary1010011110000110101111100111000111110100110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53612B; }

 p { color: rgb(83,97,43); }

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

<style>
 a { background-color: #53612B; }

 a { background-color: rgb(83,97,43); }

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

<style>
 span { border-color: #53612B; }

 span { border-color: rgb(83,97,43); }

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