Html Css Color HEX #576226 Saratoga

📋 copy color: '#576226'

red 87 ◦ green 98 ◦ blue 38

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

Shades of Saratoga #576226

Tints of Saratoga #576226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.95%

 BLUE value IS 38 (15.23% from 255) = 17.04%

R = 39.01%
G = 43.95%
B = 17.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#576226 (or 0x576226) is known color: Saratoga. HEX triplet: 57, 62 and 26. RGB value is (87,98,38). Sum of RGB (Red+Green+Blue) = 87+98+38=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #576226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576226 is #A89DD9. Grayscale: #585858. Windows color (decimal): -11050458 or 2515543. OLE color: 2515543.

HSL color Cylindrical-coordinate representation of color #576226: hue angle of 71º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #576226 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 98 38 -
CMYK 0.11 0 0.61 0.62
HSL 71º 0.44% 0.27% -
HSV(B) 71º 0.61% 0.38% -
XYZ 8.65 10.9 3.48 -
YUV 87.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 87 98 38 0.11 0 0.61 0.62 71 0.44 0.27
Hex 57 62 26 B 0 3D 3E 47 2C 1B
Octal 127 142 46 13 0 75 76 107 54 33
Binary 1010111 1100010 100110 1011 0 111101 111110 1000111 101100 11011

Color Harmonies of #576226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576226

Black with #576226

Text Example


Text Example

White with #576226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576226; }

 p { color: rgb(87,98,38); }

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

background-color css

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

 a { background-color: rgb(87,98,38); }

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

border-color css

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

 span { border-color: rgb(87,98,38); }

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