Html Css Color HEX #4E4506 Madras

📋 copy color: '#4E4506'

red 78 ◦ green 69 ◦ blue 6

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

Shades of Madras #4E4506

Tints of Madras #4E4506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 50.98%
G = 45.1%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4E4506 (or 0x4E4506) is known color: Madras. HEX triplet: 4E, 45 and 06. RGB value is (78,69,6). Sum of RGB (Red+Green+Blue) = 78+69+6=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4506 is #B1BAF9. Grayscale: #404040. Windows color (decimal): -11647738 or 410958. OLE color: 410958.

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

Color convert

RGB 78 69 6 -
CMYK 0 0.12 0.92 0.69
HSL 52.5º 0.86% 0.16% -
HSV(B) 52.5º 0.92% 0.31% -
XYZ 5.3 5.89 1.03 -
YUV 64.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 78 69 6 0 0.12 0.92 0.69 52.5 0.86 0.16
Hex 4E 45 6 0 C 5C 45 34 56 10
Octal 116 105 6 0 14 134 105 64 126 20
Binary 1001110 1000101 110 0 1100 1011100 1000101 110100 1010110 10000

Color Harmonies of #4E4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4506

Black with #4E4506

Text Example


Text Example

White with #4E4506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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