Html Css Color HEX #535924 Saratoga

📋 copy color: '#535924'

red 83 ◦ green 89 ◦ blue 36

#535924
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #535924

Tints of Saratoga #535924

RGB

 RED value IS 83 (32.81% from 255) = 39.9%

 GREEN value IS 89 (35.16% from 255) = 42.79%

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 39.9%
G = 42.79%
B = 17.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#535924 (or 0x535924) is known color: Saratoga. HEX triplet: 53, 59 and 24. RGB value is (83,89,36). Sum of RGB (Red+Green+Blue) = 83+89+36=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #535924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535924 is #ACA6DB. Grayscale: #515151. Windows color (decimal): -11314908 or 2382163. OLE color: 2382163.

HSL color Cylindrical-coordinate representation of color #535924: hue angle of 66.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535924 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 36 -
CMYK 0.07 0 0.60 0.65
HSL 66.79º 0.42% 0.25% -
HSV(B) 66.79º 0.6% 0.35% -
XYZ 7.46 9.11 3.03 -
YUV 81.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 83 89 36 0.07 0 0.60 0.65 66.79 0.42 0.25
Hex 53 59 24 7 0 3C 41 43 2A 19
Octal 123 131 44 7 0 74 101 103 52 31
Binary 1010011 1011001 100100 111 0 111100 1000001 1000011 101010 11001

Color Harmonies of #535924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535924

Black with #535924

Text Example


Text Example

White with #535924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535924; }

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

 H1.HeaderClassName
 {
   color: #535924;
 }
 .AnyTagClassName
 {
   color: #535924;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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