Html Css Color HEX #535425 Saratoga

📋 copy color: '#535425'

red 83 ◦ green 84 ◦ blue 37

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

Shades of Saratoga #535425

Tints of Saratoga #535425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.18%

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

R = 40.69%
G = 41.18%
B = 18.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#535425 (or 0x535425) is known color: Saratoga. HEX triplet: 53, 54 and 25. RGB value is (83,84,37). Sum of RGB (Red+Green+Blue) = 83+84+37=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #535425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535425 is #ACABDA. Grayscale: #4E4E4E. Windows color (decimal): -11316187 or 2446419. OLE color: 2446419.

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

Color convert

RGB 83 84 37 -
CMYK 0.01 0 0.56 0.67
HSL 61.28º 0.39% 0.24% -
HSV(B) 61.28º 0.56% 0.33% -
XYZ 7.07 8.31 2.98 -
YUV 78.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 83 84 37 0.01 0 0.56 0.67 61.28 0.39 0.24
Hex 53 54 25 1 0 38 43 3D 27 18
Octal 123 124 45 1 0 70 103 75 47 30
Binary 1010011 1010100 100101 1 0 111000 1000011 111101 100111 11000

Color Harmonies of #535425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535425

Black with #535425

Text Example


Text Example

White with #535425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535425; }

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

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

background-color css

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

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

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

border-color css

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

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

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