Html Css Color HEX #4F460F Madras

📋 copy color: '#4F460F'

red 79 ◦ green 70 ◦ blue 15

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

Shades of Madras #4F460F

Tints of Madras #4F460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 48.17%
G = 42.68%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4F460F (or 0x4F460F) is known color: Madras. HEX triplet: 4F, 46 and 0F. RGB value is (79,70,15). Sum of RGB (Red+Green+Blue) = 79+70+15=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F460F is #B0B9F0. Grayscale: #424242. Windows color (decimal): -11581937 or 1001039. OLE color: 1001039.

HSL color Cylindrical-coordinate representation of color #4F460F: hue angle of 51.56º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F460F is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 70 15 -
CMYK 0 0.11 0.81 0.69
HSL 51.56º 0.68% 0.18% -
HSV(B) 51.56º 0.81% 0.31% -
XYZ 5.5 6.08 1.34 -
YUV 66.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 79 70 15 0 0.11 0.81 0.69 51.56 0.68 0.18
Hex 4F 46 F 0 B 51 45 34 44 12
Octal 117 106 17 0 13 121 105 64 104 22
Binary 1001111 1000110 1111 0 1011 1010001 1000101 110100 1000100 10010

Color Harmonies of #4F460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F460F

Black with #4F460F

Text Example


Text Example

White with #4F460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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