Html Css Color HEX #4F421E Madras

📋 copy color: '#4F421E'

red 79 ◦ green 66 ◦ blue 30

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

Shades of Madras #4F421E

Tints of Madras #4F421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

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

R = 45.14%
G = 37.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F421E (or 0x4F421E) is known color: Madras. HEX triplet: 4F, 42 and 1E. RGB value is (79,66,30). Sum of RGB (Red+Green+Blue) = 79+66+30=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421E is #B0BDE1. Grayscale: #414141. Windows color (decimal): -11582946 or 1983055. OLE color: 1983055.

HSL color Cylindrical-coordinate representation of color #4F421E: hue angle of 44.08º 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 #4F421E is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 66 30 -
CMYK 0 0.16 0.62 0.69
HSL 44.08º 0.45% 0.21% -
HSV(B) 44.08º 0.62% 0.31% -
XYZ 5.41 5.65 2.03 -
YUV 65.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 79 66 30 0 0.16 0.62 0.69 44.08 0.45 0.21
Hex 4F 42 1E 0 10 3E 45 2C 2D 15
Octal 117 102 36 0 20 76 105 54 55 25
Binary 1001111 1000010 11110 0 10000 111110 1000101 101100 101101 10101

Color Harmonies of #4F421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F421E

Black with #4F421E

Text Example


Text Example

White with #4F421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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