Html Css Color HEX #576326 Saratoga

📋 copy color: '#576326'

red 87 ◦ green 99 ◦ blue 38

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

Shades of Saratoga #576326

Tints of Saratoga #576326

RGB

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

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

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

R = 38.84%
G = 44.2%
B = 16.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#576326 (or 0x576326) is known color: Saratoga. HEX triplet: 57, 63 and 26. RGB value is (87,99,38). Sum of RGB (Red+Green+Blue) = 87+99+38=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #576326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576326 is #A89CD9. Grayscale: #585858. Windows color (decimal): -11050202 or 2515799. OLE color: 2515799.

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

Color convert

RGB 87 99 38 -
CMYK 0.12 0 0.62 0.61
HSL 71.8º 0.45% 0.27% -
HSV(B) 71.8º 0.62% 0.39% -
XYZ 8.74 11.09 3.51 -
YUV 88.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 87 99 38 0.12 0 0.62 0.61 71.8 0.45 0.27
Hex 57 63 26 C 0 3E 3D 48 2D 1B
Octal 127 143 46 14 0 76 75 110 55 33
Binary 1010111 1100011 100110 1100 0 111110 111101 1001000 101101 11011

Color Harmonies of #576326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576326

Black with #576326

Text Example


Text Example

White with #576326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576326; }

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

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

background-color css

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

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

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

border-color css

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

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

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