#535923

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

Shades of Saratoga #535923

Tints of Saratoga #535923

Color information

#535923 (or 0x535923) is unknown color: approx Saratoga. HEX triplet: 53, 59 and 23. RGB value is (83,89,35). Sum of RGB (Red+Green+Blue) = 83+89+35=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #535923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535923 is #ACA6DC. Grayscale: #515151. Windows color (decimal): -11314909 or 2316627. OLE color: 2316627.

HSL color Cylindrical-coordinate representation of color #535923: hue angle of 66.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535923 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB838935-
CMYK0.0700.610.65
HSL66.67º43.55%24.31%-
HSV(B)66.67º60.67%34.9%-
XYZ7.449.112.96-
YUV81.05102.01129.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=40.10%
G=43.00%
B=16.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389350.0700.610.6566.6743.5524.31
Hex535923703D41432c18
Octal1231314370751011035430
Binary1010011101100110001111101111011000001100001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535923; }

 p { color: rgb(83,89,35); }

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

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

 a { background-color: rgb(83,89,35); }

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

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

 span { border-color: rgb(83,89,35); }

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