Html Css Color HEX #536325 Saratoga

📋 copy color: '#536325'

red 83 ◦ green 99 ◦ blue 37

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

Shades of Saratoga #536325

Tints of Saratoga #536325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

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

R = 37.9%
G = 45.21%
B = 16.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#536325 (or 0x536325) is known color: Saratoga. HEX triplet: 53, 63 and 25. RGB value is (83,99,37). Sum of RGB (Red+Green+Blue) = 83+99+37=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #536325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536325 is #AC9CDA. Grayscale: #575757. Windows color (decimal): -11312347 or 2450259. OLE color: 2450259.

HSL color Cylindrical-coordinate representation of color #536325: hue angle of 75.48º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536325 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 37 -
CMYK 0.16 0 0.63 0.61
HSL 75.48º 0.46% 0.27% -
HSV(B) 75.48º 0.63% 0.39% -
XYZ 8.36 10.9 3.41 -
YUV 87.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 83 99 37 0.16 0 0.63 0.61 75.48 0.46 0.27
Hex 53 63 25 10 0 3F 3D 4B 2E 1B
Octal 123 143 45 20 0 77 75 113 56 33
Binary 1010011 1100011 100101 10000 0 111111 111101 1001011 101110 11011

Color Harmonies of #536325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536325

Black with #536325

Text Example


Text Example

White with #536325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536325; }

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

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

background-color css

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

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

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

border-color css

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

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

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