Html Css Color HEX #57622F Saratoga

📋 copy color: '#57622F'

red 87 ◦ green 98 ◦ blue 47

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

Shades of Saratoga #57622F

Tints of Saratoga #57622F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 37.5%
G = 42.24%
B = 20.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#57622F (or 0x57622F) is known color: Saratoga. HEX triplet: 57, 62 and 2F. RGB value is (87,98,47). Sum of RGB (Red+Green+Blue) = 87+98+47=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #57622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57622F is #A89DD0. Grayscale: #595959. Windows color (decimal): -11050449 or 3105367. OLE color: 3105367.

HSL color Cylindrical-coordinate representation of color #57622F: hue angle of 72.94º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57622F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 98 47 -
CMYK 0.11 0 0.52 0.62
HSL 72.94º 0.35% 0.28% -
HSV(B) 72.94º 0.52% 0.38% -
XYZ 8.81 10.97 4.34 -
YUV 88.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 87 98 47 0.11 0 0.52 0.62 72.94 0.35 0.28
Hex 57 62 2F B 0 34 3E 49 23 1C
Octal 127 142 57 13 0 64 76 111 43 34
Binary 1010111 1100010 101111 1011 0 110100 111110 1001001 100011 11100

Color Harmonies of #57622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57622F

Black with #57622F

Text Example


Text Example

White with #57622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57622F; }

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

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

background-color css

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

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

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

border-color css

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

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

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