Html Css Color HEX #57631F Saratoga

📋 copy color: '#57631F'

red 87 ◦ green 99 ◦ blue 31

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

Shades of Saratoga #57631F

Tints of Saratoga #57631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.29%

R = 40.09%
G = 45.62%
B = 14.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#57631F (or 0x57631F) is known color: Saratoga. HEX triplet: 57, 63 and 1F. RGB value is (87,99,31). Sum of RGB (Red+Green+Blue) = 87+99+31=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #57631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57631F is #A89CE0. Grayscale: #575757. Windows color (decimal): -11050209 or 2057047. OLE color: 2057047.

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

Color convert

RGB 87 99 31 -
CMYK 0.12 0 0.69 0.61
HSL 70.59º 0.52% 0.25% -
HSV(B) 70.59º 0.69% 0.39% -
XYZ 8.64 11.05 2.97 -
YUV 87.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 87 99 31 0.12 0 0.69 0.61 70.59 0.52 0.25
Hex 57 63 1F C 0 45 3D 47 34 19
Octal 127 143 37 14 0 105 75 107 64 31
Binary 1010111 1100011 11111 1100 0 1000101 111101 1000111 110100 11001

Color Harmonies of #57631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57631F

Black with #57631F

Text Example


Text Example

White with #57631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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