Html Css Color HEX #4F421F Madras

📋 copy color: '#4F421F'

red 79 ◦ green 66 ◦ blue 31

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

Shades of Madras #4F421F

Tints of Madras #4F421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 44.89%
G = 37.5%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F421F (or 0x4F421F) is known color: Madras. HEX triplet: 4F, 42 and 1F. RGB value is (79,66,31). Sum of RGB (Red+Green+Blue) = 79+66+31=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421F is #B0BDE0. Grayscale: #424242. Windows color (decimal): -11582945 or 2048591. OLE color: 2048591.

HSL color Cylindrical-coordinate representation of color #4F421F: hue angle of 43.75º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F421F is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 66 31 -
CMYK 0 0.16 0.61 0.69
HSL 43.75º 0.44% 0.22% -
HSV(B) 43.75º 0.61% 0.31% -
XYZ 5.42 5.66 2.1 -
YUV 65.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 79 66 31 0 0.16 0.61 0.69 43.75 0.44 0.22
Hex 4F 42 1F 0 10 3D 45 2C 2C 16
Octal 117 102 37 0 20 75 105 54 54 26
Binary 1001111 1000010 11111 0 10000 111101 1000101 101100 101100 10110

Color Harmonies of #4F421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F421F

Black with #4F421F

Text Example


Text Example

White with #4F421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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