Html Css Color HEX #4D4818 Madras

📋 copy color: '#4D4818'

red 77 ◦ green 72 ◦ blue 24

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

Shades of Madras #4D4818

Tints of Madras #4D4818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

 BLUE value IS 24 (9.77% from 255) = 13.87%

R = 44.51%
G = 41.62%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D4818 (or 0x4D4818) is known color: Madras. HEX triplet: 4D, 48 and 18. RGB value is (77,72,24). Sum of RGB (Red+Green+Blue) = 77+72+24=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4818 is #B2B7E7. Grayscale: #444444. Windows color (decimal): -11712488 or 1591373. OLE color: 1591373.

HSL color Cylindrical-coordinate representation of color #4D4818: hue angle of 54.34º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D4818 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 24 -
CMYK 0 0.06 0.69 0.70
HSL 54.34º 0.52% 0.2% -
HSV(B) 54.34º 0.69% 0.3% -
XYZ 5.54 6.28 1.78 -
YUV 68.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 77 72 24 0 0.06 0.69 0.70 54.34 0.52 0.2
Hex 4D 48 18 0 6 45 46 36 34 14
Octal 115 110 30 0 6 105 106 66 64 24
Binary 1001101 1001000 11000 0 110 1000101 1000110 110110 110100 10100

Color Harmonies of #4D4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4818

Black with #4D4818

Text Example


Text Example

White with #4D4818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,24); }

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

background-color css

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

 a { background-color: rgb(77,72,24); }

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

border-color css

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

 span { border-color: rgb(77,72,24); }

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