Html Css Color HEX #4E572B Saratoga

📋 copy color: '#4E572B'

red 78 ◦ green 87 ◦ blue 43

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

Shades of Saratoga #4E572B

Tints of Saratoga #4E572B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 37.5%
G = 41.83%
B = 20.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#4E572B (or 0x4E572B) is known color: Saratoga. HEX triplet: 4E, 57 and 2B. RGB value is (78,87,43). Sum of RGB (Red+Green+Blue) = 78+87+43=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #4E572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E572B is #B1A8D4. Grayscale: #4F4F4F. Windows color (decimal): -11643093 or 2840398. OLE color: 2840398.

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

Color convert

RGB 78 87 43 -
CMYK 0.10 0 0.51 0.66
HSL 72.27º 0.34% 0.25% -
HSV(B) 72.27º 0.51% 0.34% -
XYZ 6.99 8.61 3.58 -
YUV 79.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 78 87 43 0.10 0 0.51 0.66 72.27 0.34 0.25
Hex 4E 57 2B A 0 33 42 48 22 19
Octal 116 127 53 12 0 63 102 110 42 31
Binary 1001110 1010111 101011 1010 0 110011 1000010 1001000 100010 11001

Color Harmonies of #4E572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E572B

Black with #4E572B

Text Example


Text Example

White with #4E572B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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