Html Css Color HEX #4F411E Madras

📋 copy color: '#4F411E'

red 79 ◦ green 65 ◦ blue 30

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

Shades of Madras #4F411E

Tints of Madras #4F411E

RGB

 RED value IS 79 (31.25% from 255) = 45.4%

 GREEN value IS 65 (25.78% from 255) = 37.36%

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

R = 45.4%
G = 37.36%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F411E (or 0x4F411E) is known color: Madras. HEX triplet: 4F, 41 and 1E. RGB value is (79,65,30). Sum of RGB (Red+Green+Blue) = 79+65+30=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F411E is #B0BEE1. Grayscale: #414141. Windows color (decimal): -11583202 or 1982799. OLE color: 1982799.

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

Color convert

RGB 79 65 30 -
CMYK 0 0.18 0.62 0.69
HSL 42.86º 0.45% 0.21% -
HSV(B) 42.86º 0.62% 0.31% -
XYZ 5.35 5.54 2.02 -
YUV 65.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 79 65 30 0 0.18 0.62 0.69 42.86 0.45 0.21
Hex 4F 41 1E 0 12 3E 45 2B 2D 15
Octal 117 101 36 0 22 76 105 53 55 25
Binary 1001111 1000001 11110 0 10010 111110 1000101 101011 101101 10101

Color Harmonies of #4F411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F411E

Black with #4F411E

Text Example


Text Example

White with #4F411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,30); }

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

background-color css

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

 a { background-color: rgb(79,65,30); }

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

border-color css

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

 span { border-color: rgb(79,65,30); }

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