Html Css Color HEX #4F401C Madras

📋 copy color: '#4F401C'

red 79 ◦ green 64 ◦ blue 28

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

Shades of Madras #4F401C

Tints of Madras #4F401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 28 (11.33% from 255) = 16.37%

R = 46.2%
G = 37.43%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F401C (or 0x4F401C) is known color: Madras. HEX triplet: 4F, 40 and 1C. RGB value is (79,64,28). Sum of RGB (Red+Green+Blue) = 79+64+28=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F401C is #B0BFE3. Grayscale: #404040. Windows color (decimal): -11583460 or 1851471. OLE color: 1851471.

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

Color convert

RGB 79 64 28 -
CMYK 0 0.19 0.65 0.69
HSL 42.35º 0.48% 0.21% -
HSV(B) 42.35º 0.65% 0.31% -
XYZ 5.27 5.41 1.87 -
YUV 64.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 79 64 28 0 0.19 0.65 0.69 42.35 0.48 0.21
Hex 4F 40 1C 0 13 41 45 2A 30 15
Octal 117 100 34 0 23 101 105 52 60 25
Binary 1001111 1000000 11100 0 10011 1000001 1000101 101010 110000 10101

Color Harmonies of #4F401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F401C

Black with #4F401C

Text Example


Text Example

White with #4F401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,28); }

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

background-color css

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

 a { background-color: rgb(79,64,28); }

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

border-color css

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

 span { border-color: rgb(79,64,28); }

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