Html Css Color HEX #4F421A Madras

📋 copy color: '#4F421A'

red 79 ◦ green 66 ◦ blue 26

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

Shades of Madras #4F421A

Tints of Madras #4F421A

RGB

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

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

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

R = 46.2%
G = 38.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F421A (or 0x4F421A) is known color: Madras. HEX triplet: 4F, 42 and 1A. RGB value is (79,66,26). Sum of RGB (Red+Green+Blue) = 79+66+26=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421A is #B0BDE5. Grayscale: #414141. Windows color (decimal): -11582950 or 1720911. OLE color: 1720911.

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

Color convert

RGB 79 66 26 -
CMYK 0 0.16 0.67 0.69
HSL 45.28º 0.5% 0.21% -
HSV(B) 45.28º 0.67% 0.31% -
XYZ 5.36 5.63 1.78 -
YUV 65.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 79 66 26 0 0.16 0.67 0.69 45.28 0.5 0.21
Hex 4F 42 1A 0 10 43 45 2D 32 15
Octal 117 102 32 0 20 103 105 55 62 25
Binary 1001111 1000010 11010 0 10000 1000011 1000101 101101 110010 10101

Color Harmonies of #4F421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F421A

Black with #4F421A

Text Example


Text Example

White with #4F421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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