Html Css Color HEX #4D040E Rustic Red

📋 copy color: '#4D040E'

red 77 ◦ green 4 ◦ blue 14

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

Shades of Rustic Red #4D040E

Tints of Rustic Red #4D040E

RGB

 RED value IS 77 (30.47% from 255) = 81.05%

 GREEN value IS 4 (1.95% from 255) = 4.21%

 BLUE value IS 14 (5.86% from 255) = 14.74%

R = 81.05%
G = 4.21%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D040E (or 0x4D040E) is known color: Rustic Red. HEX triplet: 4D, 04 and 0E. RGB value is (77,4,14). Sum of RGB (Red+Green+Blue) = 77+4+14=95 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.05% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 77 - color contains mainly: red. Hex color #4D040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D040E is #B2FBF1. Grayscale: #1A1A1A. Windows color (decimal): -11729906 or 918605. OLE color: 918605.

HSL color Cylindrical-coordinate representation of color #4D040E: hue angle of 351.78º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D040E is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 4 14 -
CMYK 0 0.95 0.82 0.70
HSL 351.78º 0.9% 0.16% -
HSV(B) 351.78º 0.95% 0.3% -
XYZ 3.18 1.7 0.58 -
YUV 26.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 77 4 14 0 0.95 0.82 0.70 351.78 0.9 0.16
Hex 4D 4 E 0 5F 52 46 160 5A 10
Octal 115 4 16 0 137 122 106 540 132 20
Binary 1001101 100 1110 0 1011111 1010010 1000110 101100000 1011010 10000

Color Harmonies of #4D040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D040E

Black with #4D040E

Text Example


Text Example

White with #4D040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,14); }

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

background-color css

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

 a { background-color: rgb(77,4,14); }

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

border-color css

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

 span { border-color: rgb(77,4,14); }

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