Html Css Color HEX #535A26 Saratoga

📋 copy color: '#535A26'

red 83 ◦ green 90 ◦ blue 38

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

Shades of Saratoga #535A26

Tints of Saratoga #535A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 39.34%
G = 42.65%
B = 18.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#535A26 (or 0x535A26) is known color: Saratoga. HEX triplet: 53, 5A and 26. RGB value is (83,90,38). Sum of RGB (Red+Green+Blue) = 83+90+38=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #535A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A26 is #ACA5D9. Grayscale: #525252. Windows color (decimal): -11314650 or 2513491. OLE color: 2513491.

HSL color Cylindrical-coordinate representation of color #535A26: hue angle of 68.08º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535A26 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 38 -
CMYK 0.08 0 0.58 0.65
HSL 68.08º 0.41% 0.25% -
HSV(B) 68.08º 0.58% 0.35% -
XYZ 7.57 9.29 3.23 -
YUV 81.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 83 90 38 0.08 0 0.58 0.65 68.08 0.41 0.25
Hex 53 5A 26 8 0 3A 41 44 29 19
Octal 123 132 46 10 0 72 101 104 51 31
Binary 1010011 1011010 100110 1000 0 111010 1000001 1000100 101001 11001

Color Harmonies of #535A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A26

Black with #535A26

Text Example


Text Example

White with #535A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,38); }

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

background-color css

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

 a { background-color: rgb(83,90,38); }

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

border-color css

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

 span { border-color: rgb(83,90,38); }

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