Html Css Color HEX #576320 Saratoga

📋 copy color: '#576320'

red 87 ◦ green 99 ◦ blue 32

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

Shades of Saratoga #576320

Tints of Saratoga #576320

RGB

 RED value IS 87 (34.38% from 255) = 39.91%

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

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

R = 39.91%
G = 45.41%
B = 14.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#576320 (or 0x576320) is known color: Saratoga. HEX triplet: 57, 63 and 20. RGB value is (87,99,32). Sum of RGB (Red+Green+Blue) = 87+99+32=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #576320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576320 is #A89CDF. Grayscale: #585858. Windows color (decimal): -11050208 or 2122583. OLE color: 2122583.

HSL color Cylindrical-coordinate representation of color #576320: hue angle of 70.75º 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 #576320 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 99 32 -
CMYK 0.12 0 0.68 0.61
HSL 70.75º 0.51% 0.26% -
HSV(B) 70.75º 0.68% 0.39% -
XYZ 8.65 11.05 3.04 -
YUV 87.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 87 99 32 0.12 0 0.68 0.61 70.75 0.51 0.26
Hex 57 63 20 C 0 44 3D 47 33 1A
Octal 127 143 40 14 0 104 75 107 63 32
Binary 1010111 1100011 100000 1100 0 1000100 111101 1000111 110011 11010

Color Harmonies of #576320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576320

Black with #576320

Text Example


Text Example

White with #576320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576320; }

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

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

background-color css

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

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

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

border-color css

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

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

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