Html Css Color HEX #4D471E Madras

📋 copy color: '#4D471E'

red 77 ◦ green 71 ◦ blue 30

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

Shades of Madras #4D471E

Tints of Madras #4D471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 43.26%
G = 39.89%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D471E (or 0x4D471E) is known color: Madras. HEX triplet: 4D, 47 and 1E. RGB value is (77,71,30). Sum of RGB (Red+Green+Blue) = 77+71+30=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D471E is #B2B8E1. Grayscale: #444444. Windows color (decimal): -11712738 or 1984333. OLE color: 1984333.

HSL color Cylindrical-coordinate representation of color #4D471E: hue angle of 52.34º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D471E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 71 30 -
CMYK 0 0.08 0.61 0.70
HSL 52.34º 0.44% 0.21% -
HSV(B) 52.34º 0.61% 0.3% -
XYZ 5.55 6.18 2.13 -
YUV 68.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 77 71 30 0 0.08 0.61 0.70 52.34 0.44 0.21
Hex 4D 47 1E 0 8 3D 46 34 2C 15
Octal 115 107 36 0 10 75 106 64 54 25
Binary 1001101 1000111 11110 0 1000 111101 1000110 110100 101100 10101

Color Harmonies of #4D471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D471E

Black with #4D471E

Text Example


Text Example

White with #4D471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,30); }

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

background-color css

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

 a { background-color: rgb(77,71,30); }

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

border-color css

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

 span { border-color: rgb(77,71,30); }

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