Html Css Color HEX #4E5729 Saratoga

📋 copy color: '#4E5729'

red 78 ◦ green 87 ◦ blue 41

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

Shades of Saratoga #4E5729

Tints of Saratoga #4E5729

RGB

 RED value IS 78 (30.86% from 255) = 37.86%

 GREEN value IS 87 (34.38% from 255) = 42.23%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 37.86%
G = 42.23%
B = 19.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#4E5729 (or 0x4E5729) is known color: Saratoga. HEX triplet: 4E, 57 and 29. RGB value is (78,87,41). Sum of RGB (Red+Green+Blue) = 78+87+41=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #4E5729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5729 is #B1A8D6. Grayscale: #4F4F4F. Windows color (decimal): -11643095 or 2709326. OLE color: 2709326.

HSL color Cylindrical-coordinate representation of color #4E5729: hue angle of 71.74º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E5729 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 78 87 41 -
CMYK 0.10 0 0.53 0.66
HSL 71.74º 0.36% 0.25% -
HSV(B) 71.74º 0.53% 0.34% -
XYZ 6.95 8.6 3.39 -
YUV 79.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 78 87 41 0.10 0 0.53 0.66 71.74 0.36 0.25
Hex 4E 57 29 A 0 35 42 48 24 19
Octal 116 127 51 12 0 65 102 110 44 31
Binary 1001110 1010111 101001 1010 0 110101 1000010 1001000 100100 11001

Color Harmonies of #4E5729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5729

Black with #4E5729

Text Example


Text Example

White with #4E5729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E5729; }

 p { color: rgb(78,87,41); }

 H1.HeaderClassName
 {
   color: #4E5729;
 }
 .AnyTagClassName
 {
   color: #4E5729;
 }
</style>

background-color css

<style>
 a { background-color: #4E5729; }

 a { background-color: rgb(78,87,41); }

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

border-color css

<style>
 span { border-color: #4E5729; }

 span { border-color: rgb(78,87,41); }

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