Html Css Color HEX #575F1D Saratoga

📋 copy color: '#575F1D'

red 87 ◦ green 95 ◦ blue 29

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

Shades of Saratoga #575F1D

Tints of Saratoga #575F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 41.23%
G = 45.02%
B = 13.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#575F1D (or 0x575F1D) is known color: Saratoga. HEX triplet: 57, 5F and 1D. RGB value is (87,95,29). Sum of RGB (Red+Green+Blue) = 87+95+29=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #575F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F1D is #A8A0E2. Grayscale: #555555. Windows color (decimal): -11051235 or 1924951. OLE color: 1924951.

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

Color convert

RGB 87 95 29 -
CMYK 0.08 0 0.69 0.63
HSL 67.27º 0.53% 0.24% -
HSV(B) 67.27º 0.69% 0.37% -
XYZ 8.24 10.3 2.72 -
YUV 85.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 87 95 29 0.08 0 0.69 0.63 67.27 0.53 0.24
Hex 57 5F 1D 8 0 45 3F 43 35 18
Octal 127 137 35 10 0 105 77 103 65 30
Binary 1010111 1011111 11101 1000 0 1000101 111111 1000011 110101 11000

Color Harmonies of #575F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F1D

Black with #575F1D

Text Example


Text Example

White with #575F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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