Html Css Color HEX #576127 Saratoga

📋 copy color: '#576127'

red 87 ◦ green 97 ◦ blue 39

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

Shades of Saratoga #576127

Tints of Saratoga #576127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.5%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 39.01%
G = 43.5%
B = 17.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#576127 (or 0x576127) is known color: Saratoga. HEX triplet: 57, 61 and 27. RGB value is (87,97,39). Sum of RGB (Red+Green+Blue) = 87+97+39=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #576127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576127 is #A89ED8. Grayscale: #575757. Windows color (decimal): -11050713 or 2580823. OLE color: 2580823.

HSL color Cylindrical-coordinate representation of color #576127: hue angle of 70.34º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #576127 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 39 -
CMYK 0.10 0 0.60 0.62
HSL 70.34º 0.43% 0.27% -
HSV(B) 70.34º 0.6% 0.38% -
XYZ 8.57 10.72 3.54 -
YUV 87.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 87 97 39 0.10 0 0.60 0.62 70.34 0.43 0.27
Hex 57 61 27 A 0 3C 3E 46 2B 1B
Octal 127 141 47 12 0 74 76 106 53 33
Binary 1010111 1100001 100111 1010 0 111100 111110 1000110 101011 11011

Color Harmonies of #576127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576127

Black with #576127

Text Example


Text Example

White with #576127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576127; }

 p { color: rgb(87,97,39); }

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

background-color css

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

 a { background-color: rgb(87,97,39); }

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

border-color css

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

 span { border-color: rgb(87,97,39); }

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