Html Css Color HEX #4F411C Madras

📋 copy color: '#4F411C'

red 79 ◦ green 65 ◦ blue 28

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

Shades of Madras #4F411C

Tints of Madras #4F411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 45.93%
G = 37.79%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F411C (or 0x4F411C) is known color: Madras. HEX triplet: 4F, 41 and 1C. RGB value is (79,65,28). Sum of RGB (Red+Green+Blue) = 79+65+28=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F411C is #B0BEE3. Grayscale: #414141. Windows color (decimal): -11583204 or 1851727. OLE color: 1851727.

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

Color convert

RGB 79 65 28 -
CMYK 0 0.18 0.65 0.69
HSL 43.53º 0.48% 0.21% -
HSV(B) 43.53º 0.65% 0.31% -
XYZ 5.32 5.53 1.88 -
YUV 64.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 79 65 28 0 0.18 0.65 0.69 43.53 0.48 0.21
Hex 4F 41 1C 0 12 41 45 2C 30 15
Octal 117 101 34 0 22 101 105 54 60 25
Binary 1001111 1000001 11100 0 10010 1000001 1000101 101100 110000 10101

Color Harmonies of #4F411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F411C

Black with #4F411C

Text Example


Text Example

White with #4F411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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