Html Css Color HEX #535325 Saratoga

📋 copy color: '#535325'

red 83 ◦ green 83 ◦ blue 37

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

Shades of Saratoga #535325

Tints of Saratoga #535325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 40.89%
G = 40.89%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#535325 (or 0x535325) is known color: Saratoga. HEX triplet: 53, 53 and 25. RGB value is (83,83,37). Sum of RGB (Red+Green+Blue) = 83+83+37=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535325 is #ACACDA. Grayscale: #4D4D4D. Windows color (decimal): -11316443 or 2446163. OLE color: 2446163.

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

Color convert

RGB 83 83 37 -
CMYK 0 0 0.55 0.67
HSL 60º 0.38% 0.24% -
HSV(B) 60º 0.55% 0.33% -
XYZ 6.99 8.16 2.96 -
YUV 77.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 83 83 37 0 0 0.55 0.67 60 0.38 0.24
Hex 53 53 25 0 0 37 43 3C 26 18
Octal 123 123 45 0 0 67 103 74 46 30
Binary 1010011 1010011 100101 0 0 110111 1000011 111100 100110 11000

Color Harmonies of #535325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535325

Black with #535325

Text Example


Text Example

White with #535325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535325; }

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

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

background-color css

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

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

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

border-color css

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

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

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