Html Css Color HEX #575F2D Saratoga

📋 copy color: '#575F2D'

red 87 ◦ green 95 ◦ blue 45

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

Shades of Saratoga #575F2D

Tints of Saratoga #575F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 38.33%
G = 41.85%
B = 19.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#575F2D (or 0x575F2D) is known color: Saratoga. HEX triplet: 57, 5F and 2D. RGB value is (87,95,45). Sum of RGB (Red+Green+Blue) = 87+95+45=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #575F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F2D is #A8A0D2. Grayscale: #575757. Windows color (decimal): -11051219 or 2973527. OLE color: 2973527.

HSL color Cylindrical-coordinate representation of color #575F2D: hue angle of 69.6º 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 #575F2D is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 45 -
CMYK 0.08 0 0.53 0.63
HSL 69.6º 0.36% 0.27% -
HSV(B) 69.6º 0.53% 0.37% -
XYZ 8.5 10.4 4.04 -
YUV 86.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 87 95 45 0.08 0 0.53 0.63 69.6 0.36 0.27
Hex 57 5F 2D 8 0 35 3F 46 24 1B
Octal 127 137 55 10 0 65 77 106 44 33
Binary 1010111 1011111 101101 1000 0 110101 111111 1000110 100100 11011

Color Harmonies of #575F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F2D

Black with #575F2D

Text Example


Text Example

White with #575F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,45); }

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

background-color css

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

 a { background-color: rgb(87,95,45); }

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

border-color css

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

 span { border-color: rgb(87,95,45); }

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