Html Css Color HEX #4F461C Madras

📋 copy color: '#4F461C'

red 79 ◦ green 70 ◦ blue 28

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

Shades of Madras #4F461C

Tints of Madras #4F461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

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

R = 44.63%
G = 39.55%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F461C (or 0x4F461C) is known color: Madras. HEX triplet: 4F, 46 and 1C. RGB value is (79,70,28). Sum of RGB (Red+Green+Blue) = 79+70+28=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F461C is #B0B9E3. Grayscale: #444444. Windows color (decimal): -11581924 or 1853007. OLE color: 1853007.

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

Color convert

RGB 79 70 28 -
CMYK 0 0.11 0.65 0.69
HSL 49.41º 0.48% 0.21% -
HSV(B) 49.41º 0.65% 0.31% -
XYZ 5.62 6.13 1.98 -
YUV 67.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 79 70 28 0 0.11 0.65 0.69 49.41 0.48 0.21
Hex 4F 46 1C 0 B 41 45 31 30 15
Octal 117 106 34 0 13 101 105 61 60 25
Binary 1001111 1000110 11100 0 1011 1000001 1000101 110001 110000 10101

Color Harmonies of #4F461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F461C

Black with #4F461C

Text Example


Text Example

White with #4F461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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