Html Css Color HEX #535624 Saratoga

📋 copy color: '#535624'

red 83 ◦ green 86 ◦ blue 36

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

Shades of Saratoga #535624

Tints of Saratoga #535624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

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

R = 40.49%
G = 41.95%
B = 17.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#535624 (or 0x535624) is known color: Saratoga. HEX triplet: 53, 56 and 24. RGB value is (83,86,36). Sum of RGB (Red+Green+Blue) = 83+86+36=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #535624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535624 is #ACA9DB. Grayscale: #4F4F4F. Windows color (decimal): -11315676 or 2381395. OLE color: 2381395.

HSL color Cylindrical-coordinate representation of color #535624: hue angle of 63.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535624 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 86 36 -
CMYK 0.03 0 0.58 0.66
HSL 63.6º 0.41% 0.24% -
HSV(B) 63.6º 0.58% 0.34% -
XYZ 7.21 8.62 2.95 -
YUV 79.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 83 86 36 0.03 0 0.58 0.66 63.6 0.41 0.24
Hex 53 56 24 3 0 3A 42 40 29 18
Octal 123 126 44 3 0 72 102 100 51 30
Binary 1010011 1010110 100100 11 0 111010 1000010 1000000 101001 11000

Color Harmonies of #535624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535624

Black with #535624

Text Example


Text Example

White with #535624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535624; }

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

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

background-color css

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

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

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

border-color css

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

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

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