Html Css Color HEX #576033 Saratoga

📋 copy color: '#576033'

red 87 ◦ green 96 ◦ blue 51

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

Shades of Saratoga #576033

Tints of Saratoga #576033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 37.18%
G = 41.03%
B = 21.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#576033 (or 0x576033) is known color: Saratoga. HEX triplet: 57, 60 and 33. RGB value is (87,96,51). Sum of RGB (Red+Green+Blue) = 87+96+51=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #576033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576033 is #A89FCC. Grayscale: #585858. Windows color (decimal): -11050957 or 3366999. OLE color: 3366999.

HSL color Cylindrical-coordinate representation of color #576033: hue angle of 72º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #576033 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 96 51 -
CMYK 0.09 0 0.47 0.62
HSL 72º 0.31% 0.29% -
HSV(B) 72º 0.47% 0.38% -
XYZ 8.71 10.63 4.72 -
YUV 88.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 87 96 51 0.09 0 0.47 0.62 72 0.31 0.29
Hex 57 60 33 9 0 2F 3E 48 1F 1D
Octal 127 140 63 11 0 57 76 110 37 35
Binary 1010111 1100000 110011 1001 0 101111 111110 1001000 11111 11101

Color Harmonies of #576033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576033

Black with #576033

Text Example


Text Example

White with #576033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576033; }

 p { color: rgb(87,96,51); }

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

background-color css

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

 a { background-color: rgb(87,96,51); }

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

border-color css

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

 span { border-color: rgb(87,96,51); }

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