Html Css Color HEX #4F441A Madras

📋 copy color: '#4F441A'

red 79 ◦ green 68 ◦ blue 26

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

Shades of Madras #4F441A

Tints of Madras #4F441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 45.66%
G = 39.31%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F441A (or 0x4F441A) is known color: Madras. HEX triplet: 4F, 44 and 1A. RGB value is (79,68,26). Sum of RGB (Red+Green+Blue) = 79+68+26=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F441A is #B0BBE5. Grayscale: #424242. Windows color (decimal): -11582438 or 1721423. OLE color: 1721423.

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

Color convert

RGB 79 68 26 -
CMYK 0 0.14 0.67 0.69
HSL 47.55º 0.5% 0.21% -
HSV(B) 47.55º 0.67% 0.31% -
XYZ 5.48 5.87 1.82 -
YUV 66.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 79 68 26 0 0.14 0.67 0.69 47.55 0.5 0.21
Hex 4F 44 1A 0 E 43 45 30 32 15
Octal 117 104 32 0 16 103 105 60 62 25
Binary 1001111 1000100 11010 0 1110 1000011 1000101 110000 110010 10101

Color Harmonies of #4F441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F441A

Black with #4F441A

Text Example


Text Example

White with #4F441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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