Html Css Color HEX #535A25 Saratoga

📋 copy color: '#535A25'

red 83 ◦ green 90 ◦ blue 37

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

Shades of Saratoga #535A25

Tints of Saratoga #535A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 39.52%
G = 42.86%
B = 17.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#535A25 (or 0x535A25) is known color: Saratoga. HEX triplet: 53, 5A and 25. RGB value is (83,90,37). Sum of RGB (Red+Green+Blue) = 83+90+37=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #535A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A25 is #ACA5DA. Grayscale: #525252. Windows color (decimal): -11314651 or 2447955. OLE color: 2447955.

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

Color convert

RGB 83 90 37 -
CMYK 0.08 0 0.59 0.65
HSL 67.92º 0.42% 0.25% -
HSV(B) 67.92º 0.59% 0.35% -
XYZ 7.56 9.28 3.14 -
YUV 81.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 83 90 37 0.08 0 0.59 0.65 67.92 0.42 0.25
Hex 53 5A 25 8 0 3B 41 44 2A 19
Octal 123 132 45 10 0 73 101 104 52 31
Binary 1010011 1011010 100101 1000 0 111011 1000001 1000100 101010 11001

Color Harmonies of #535A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A25

Black with #535A25

Text Example


Text Example

White with #535A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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