Html Css Color HEX #535524 Saratoga

📋 copy color: '#535524'

red 83 ◦ green 85 ◦ blue 36

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

Shades of Saratoga #535524

Tints of Saratoga #535524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 40.69%
G = 41.67%
B = 17.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#535524 (or 0x535524) is known color: Saratoga. HEX triplet: 53, 55 and 24. RGB value is (83,85,36). Sum of RGB (Red+Green+Blue) = 83+85+36=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #535524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535524 is #ACAADB. Grayscale: #4F4F4F. Windows color (decimal): -11315932 or 2381139. OLE color: 2381139.

HSL color Cylindrical-coordinate representation of color #535524: hue angle of 62.45º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535524 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 36 -
CMYK 0.02 0 0.58 0.67
HSL 62.45º 0.4% 0.24% -
HSV(B) 62.45º 0.58% 0.33% -
XYZ 7.13 8.46 2.93 -
YUV 78.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 83 85 36 0.02 0 0.58 0.67 62.45 0.4 0.24
Hex 53 55 24 2 0 3A 43 3E 28 18
Octal 123 125 44 2 0 72 103 76 50 30
Binary 1010011 1010101 100100 10 0 111010 1000011 111110 101000 11000

Color Harmonies of #535524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535524

Black with #535524

Text Example


Text Example

White with #535524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535524; }

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

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

background-color css

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

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

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

border-color css

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

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

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