Html Css Color HEX #57581F Saratoga

📋 copy color: '#57581F'

red 87 ◦ green 88 ◦ blue 31

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

Shades of Saratoga #57581F

Tints of Saratoga #57581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

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

R = 42.23%
G = 42.72%
B = 15.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#57581F (or 0x57581F) is known color: Saratoga. HEX triplet: 57, 58 and 1F. RGB value is (87,88,31). Sum of RGB (Red+Green+Blue) = 87+88+31=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #57581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57581F is #A8A7E0. Grayscale: #515151. Windows color (decimal): -11053025 or 2054231. OLE color: 2054231.

HSL color Cylindrical-coordinate representation of color #57581F: hue angle of 61.05º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57581F is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 88 31 -
CMYK 0.01 0 0.65 0.65
HSL 61.05º 0.48% 0.23% -
HSV(B) 61.05º 0.65% 0.35% -
XYZ 7.67 9.1 2.65 -
YUV 81.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 87 88 31 0.01 0 0.65 0.65 61.05 0.48 0.23
Hex 57 58 1F 1 0 41 41 3D 30 17
Octal 127 130 37 1 0 101 101 75 60 27
Binary 1010111 1011000 11111 1 0 1000001 1000001 111101 110000 10111

Color Harmonies of #57581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57581F

Black with #57581F

Text Example


Text Example

White with #57581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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