Html Css Color HEX #57582C Saratoga

📋 copy color: '#57582C'

red 87 ◦ green 88 ◦ blue 44

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

Shades of Saratoga #57582C

Tints of Saratoga #57582C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 39.73%
G = 40.18%
B = 20.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#57582C (or 0x57582C) is known color: Saratoga. HEX triplet: 57, 58 and 2C. RGB value is (87,88,44). Sum of RGB (Red+Green+Blue) = 87+88+44=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #57582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57582C is #A8A7D3. Grayscale: #525252. Windows color (decimal): -11053012 or 2906199. OLE color: 2906199.

HSL color Cylindrical-coordinate representation of color #57582C: hue angle of 61.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57582C is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 88 44 -
CMYK 0.01 0 0.5 0.65
HSL 61.36º 0.33% 0.26% -
HSV(B) 61.36º 0.5% 0.35% -
XYZ 7.87 9.19 3.74 -
YUV 82.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 87 88 44 0.01 0 0.5 0.65 61.36 0.33 0.26
Hex 57 58 2C 1 0 32 41 3D 21 1A
Octal 127 130 54 1 0 62 101 75 41 32
Binary 1010111 1011000 101100 1 0 110010 1000001 111101 100001 11010

Color Harmonies of #57582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57582C

Black with #57582C

Text Example


Text Example

White with #57582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57582C; }

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

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

background-color css

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

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

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

border-color css

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

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

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