Html Css Color HEX #575E2C Saratoga

📋 copy color: '#575E2C'

red 87 ◦ green 94 ◦ blue 44

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

Shades of Saratoga #575E2C

Tints of Saratoga #575E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.78%

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

R = 38.67%
G = 41.78%
B = 19.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#575E2C (or 0x575E2C) is known color: Saratoga. HEX triplet: 57, 5E and 2C. RGB value is (87,94,44). Sum of RGB (Red+Green+Blue) = 87+94+44=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #575E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575E2C is #A8A1D3. Grayscale: #565656. Windows color (decimal): -11051476 or 2907735. OLE color: 2907735.

HSL color Cylindrical-coordinate representation of color #575E2C: hue angle of 68.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575E2C is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 94 44 -
CMYK 0.07 0 0.53 0.63
HSL 68.4º 0.36% 0.27% -
HSV(B) 68.4º 0.53% 0.37% -
XYZ 8.39 10.21 3.91 -
YUV 86.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 87 94 44 0.07 0 0.53 0.63 68.4 0.36 0.27
Hex 57 5E 2C 7 0 35 3F 44 24 1B
Octal 127 136 54 7 0 65 77 104 44 33
Binary 1010111 1011110 101100 111 0 110101 111111 1000100 100100 11011

Color Harmonies of #575E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E2C

Black with #575E2C

Text Example


Text Example

White with #575E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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