Html Css Color HEX #4E542B Saratoga

📋 copy color: '#4E542B'

red 78 ◦ green 84 ◦ blue 43

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

Shades of Saratoga #4E542B

Tints of Saratoga #4E542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

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

R = 38.05%
G = 40.98%
B = 20.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#4E542B (or 0x4E542B) is known color: Saratoga. HEX triplet: 4E, 54 and 2B. RGB value is (78,84,43). Sum of RGB (Red+Green+Blue) = 78+84+43=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #4E542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E542B is #B1ABD4. Grayscale: #4D4D4D. Windows color (decimal): -11643861 or 2839630. OLE color: 2839630.

HSL color Cylindrical-coordinate representation of color #4E542B: hue angle of 68.78º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E542B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 84 43 -
CMYK 0.07 0 0.49 0.67
HSL 68.78º 0.32% 0.25% -
HSV(B) 68.78º 0.49% 0.33% -
XYZ 6.75 8.13 3.5 -
YUV 77.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 78 84 43 0.07 0 0.49 0.67 68.78 0.32 0.25
Hex 4E 54 2B 7 0 31 43 45 20 19
Octal 116 124 53 7 0 61 103 105 40 31
Binary 1001110 1010100 101011 111 0 110001 1000011 1000101 100000 11001

Color Harmonies of #4E542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E542B

Black with #4E542B

Text Example


Text Example

White with #4E542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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