Html Css Color HEX #575F1B Saratoga

📋 copy color: '#575F1B'

red 87 ◦ green 95 ◦ blue 27

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

Shades of Saratoga #575F1B

Tints of Saratoga #575F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 41.63%
G = 45.45%
B = 12.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#575F1B (or 0x575F1B) is known color: Saratoga. HEX triplet: 57, 5F and 1B. RGB value is (87,95,27). Sum of RGB (Red+Green+Blue) = 87+95+27=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #575F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F1B is #A8A0E4. Grayscale: #555555. Windows color (decimal): -11051237 or 1793879. OLE color: 1793879.

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

Color convert

RGB 87 95 27 -
CMYK 0.08 0 0.72 0.63
HSL 67.06º 0.56% 0.24% -
HSV(B) 67.06º 0.72% 0.37% -
XYZ 8.22 10.29 2.59 -
YUV 84.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 87 95 27 0.08 0 0.72 0.63 67.06 0.56 0.24
Hex 57 5F 1B 8 0 48 3F 43 38 18
Octal 127 137 33 10 0 110 77 103 70 30
Binary 1010111 1011111 11011 1000 0 1001000 111111 1000011 111000 11000

Color Harmonies of #575F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F1B

Black with #575F1B

Text Example


Text Example

White with #575F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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