Html Css Color HEX #535525 Saratoga

📋 copy color: '#535525'

red 83 ◦ green 85 ◦ blue 37

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

Shades of Saratoga #535525

Tints of Saratoga #535525

RGB

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

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

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

R = 40.49%
G = 41.46%
B = 18.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#535525 (or 0x535525) is known color: Saratoga. HEX triplet: 53, 55 and 25. RGB value is (83,85,37). Sum of RGB (Red+Green+Blue) = 83+85+37=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #535525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535525 is #ACAADA. Grayscale: #4F4F4F. Windows color (decimal): -11315931 or 2446675. OLE color: 2446675.

HSL color Cylindrical-coordinate representation of color #535525: hue angle of 62.5º 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 #535525 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 37 -
CMYK 0.02 0 0.56 0.67
HSL 62.5º 0.39% 0.24% -
HSV(B) 62.5º 0.56% 0.33% -
XYZ 7.15 8.47 3.01 -
YUV 78.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 83 85 37 0.02 0 0.56 0.67 62.5 0.39 0.24
Hex 53 55 25 2 0 38 43 3F 27 18
Octal 123 125 45 2 0 70 103 77 47 30
Binary 1010011 1010101 100101 10 0 111000 1000011 111111 100111 11000

Color Harmonies of #535525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535525

Black with #535525

Text Example


Text Example

White with #535525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535525; }

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

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

background-color css

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

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

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

border-color css

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

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

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