#535F2E

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

Shades of Saratoga #535F2E

Tints of Saratoga #535F2E

Color information

#535F2E (or 0x535F2E) is unknown color: approx Saratoga. HEX triplet: 53, 5F and 2E. RGB value is (83,95,46). Sum of RGB (Red+Green+Blue) = 83+95+46=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #535F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F2E is #ACA0D1. Grayscale: #565656. Windows color (decimal): -11313362 or 3039059. OLE color: 3039059.

HSL color Cylindrical-coordinate representation of color #535F2E: hue angle of 74.69º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535F2E is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB839546-
CMYK0.1300.520.63
HSL74.69º34.75%27.65%-
HSV(B)74.69º51.58%37.25%-
XYZ8.1510.224.13-
YUV85.83105.52125.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=37.05%
G=42.41%
B=20.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8395460.1300.520.6374.6934.7527.65
Hex535F2ED0343F4b231c
Octal1231375615064771134334
Binary1010011101111110111011010110100111111100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535F2E; }

 p { color: rgb(83,95,46); }

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

<style>
 a { background-color: #535F2E; }

 a { background-color: rgb(83,95,46); }

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

<style>
 span { border-color: #535F2E; }

 span { border-color: rgb(83,95,46); }

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