Html Css Color HEX #4E552D Saratoga

📋 copy color: '#4E552D'

red 78 ◦ green 85 ◦ blue 45

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

Shades of Saratoga #4E552D

Tints of Saratoga #4E552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 37.5%
G = 40.87%
B = 21.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#4E552D (or 0x4E552D) is known color: Saratoga. HEX triplet: 4E, 55 and 2D. RGB value is (78,85,45). Sum of RGB (Red+Green+Blue) = 78+85+45=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #4E552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E552D is #B1AAD2. Grayscale: #4E4E4E. Windows color (decimal): -11643603 or 2970958. OLE color: 2970958.

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

Color convert

RGB 78 85 45 -
CMYK 0.08 0 0.47 0.67
HSL 70.5º 0.31% 0.25% -
HSV(B) 70.5º 0.47% 0.33% -
XYZ 6.86 8.31 3.72 -
YUV 78.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 78 85 45 0.08 0 0.47 0.67 70.5 0.31 0.25
Hex 4E 55 2D 8 0 2F 43 46 1F 19
Octal 116 125 55 10 0 57 103 106 37 31
Binary 1001110 1010101 101101 1000 0 101111 1000011 1000110 11111 11001

Color Harmonies of #4E552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E552D

Black with #4E552D

Text Example


Text Example

White with #4E552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,85,45); }

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

background-color css

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

 a { background-color: rgb(78,85,45); }

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

border-color css

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

 span { border-color: rgb(78,85,45); }

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