Html Css Color HEX #576330 Saratoga

📋 copy color: '#576330'

red 87 ◦ green 99 ◦ blue 48

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

Shades of Saratoga #576330

Tints of Saratoga #576330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 37.18%
G = 42.31%
B = 20.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#576330 (or 0x576330) is known color: Saratoga. HEX triplet: 57, 63 and 30. RGB value is (87,99,48). Sum of RGB (Red+Green+Blue) = 87+99+48=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #576330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576330 is #A89CCF. Grayscale: #595959. Windows color (decimal): -11050192 or 3171159. OLE color: 3171159.

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

Color convert

RGB 87 99 48 -
CMYK 0.12 0 0.52 0.61
HSL 74.12º 0.35% 0.29% -
HSV(B) 74.12º 0.52% 0.39% -
XYZ 8.93 11.16 4.48 -
YUV 89.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 87 99 48 0.12 0 0.52 0.61 74.12 0.35 0.29
Hex 57 63 30 C 0 34 3D 4A 23 1D
Octal 127 143 60 14 0 64 75 112 43 35
Binary 1010111 1100011 110000 1100 0 110100 111101 1001010 100011 11101

Color Harmonies of #576330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576330

Black with #576330

Text Example


Text Example

White with #576330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576330; }

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

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

background-color css

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

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

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

border-color css

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

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

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