Html Css Color HEX #536320 Saratoga

📋 copy color: '#536320'

red 83 ◦ green 99 ◦ blue 32

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

Shades of Saratoga #536320

Tints of Saratoga #536320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 38.79%
G = 46.26%
B = 14.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#536320 (or 0x536320) is known color: Saratoga. HEX triplet: 53, 63 and 20. RGB value is (83,99,32). Sum of RGB (Red+Green+Blue) = 83+99+32=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #536320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536320 is #AC9CDF. Grayscale: #565656. Windows color (decimal): -11312352 or 2122579. OLE color: 2122579.

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

Color convert

RGB 83 99 32 -
CMYK 0.16 0 0.68 0.61
HSL 74.33º 0.51% 0.26% -
HSV(B) 74.33º 0.68% 0.39% -
XYZ 8.29 10.87 3.03 -
YUV 86.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 83 99 32 0.16 0 0.68 0.61 74.33 0.51 0.26
Hex 53 63 20 10 0 44 3D 4A 33 1A
Octal 123 143 40 20 0 104 75 112 63 32
Binary 1010011 1100011 100000 10000 0 1000100 111101 1001010 110011 11010

Color Harmonies of #536320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536320

Black with #536320

Text Example


Text Example

White with #536320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536320; }

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

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

background-color css

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

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

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

border-color css

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

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

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