Html Css Color HEX #4E450D Madras

📋 copy color: '#4E450D'

red 78 ◦ green 69 ◦ blue 13

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

Shades of Madras #4E450D

Tints of Madras #4E450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 48.75%
G = 43.13%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#4E450D (or 0x4E450D) is known color: Madras. HEX triplet: 4E, 45 and 0D. RGB value is (78,69,13). Sum of RGB (Red+Green+Blue) = 78+69+13=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E450D is #B1BAF2. Grayscale: #414141. Windows color (decimal): -11647731 or 869710. OLE color: 869710.

HSL color Cylindrical-coordinate representation of color #4E450D: hue angle of 51.69º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E450D is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 69 13 -
CMYK 0 0.12 0.83 0.69
HSL 51.69º 0.71% 0.18% -
HSV(B) 51.69º 0.83% 0.31% -
XYZ 5.34 5.91 1.24 -
YUV 65.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 78 69 13 0 0.12 0.83 0.69 51.69 0.71 0.18
Hex 4E 45 D 0 C 53 45 34 47 12
Octal 116 105 15 0 14 123 105 64 107 22
Binary 1001110 1000101 1101 0 1100 1010011 1000101 110100 1000111 10010

Color Harmonies of #4E450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E450D

Black with #4E450D

Text Example


Text Example

White with #4E450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,69,13); }

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

background-color css

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

 a { background-color: rgb(78,69,13); }

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

border-color css

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

 span { border-color: rgb(78,69,13); }

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