Html Css Color HEX #4F441E Madras

📋 copy color: '#4F441E'

red 79 ◦ green 68 ◦ blue 30

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

Shades of Madras #4F441E

Tints of Madras #4F441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 44.63%
G = 38.42%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F441E (or 0x4F441E) is known color: Madras. HEX triplet: 4F, 44 and 1E. RGB value is (79,68,30). Sum of RGB (Red+Green+Blue) = 79+68+30=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F441E is #B0BBE1. Grayscale: #434343. Windows color (decimal): -11582434 or 1983567. OLE color: 1983567.

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

Color convert

RGB 79 68 30 -
CMYK 0 0.14 0.62 0.69
HSL 46.53º 0.45% 0.21% -
HSV(B) 46.53º 0.62% 0.31% -
XYZ 5.53 5.89 2.07 -
YUV 66.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 79 68 30 0 0.14 0.62 0.69 46.53 0.45 0.21
Hex 4F 44 1E 0 E 3E 45 2F 2D 15
Octal 117 104 36 0 16 76 105 57 55 25
Binary 1001111 1000100 11110 0 1110 111110 1000101 101111 101101 10101

Color Harmonies of #4F441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F441E

Black with #4F441E

Text Example


Text Example

White with #4F441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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