Html Css Color HEX #4F460D Madras

📋 copy color: '#4F460D'

red 79 ◦ green 70 ◦ blue 13

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

Shades of Madras #4F460D

Tints of Madras #4F460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 48.77%
G = 43.21%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F460D (or 0x4F460D) is known color: Madras. HEX triplet: 4F, 46 and 0D. RGB value is (79,70,13). Sum of RGB (Red+Green+Blue) = 79+70+13=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F460D is #B0B9F2. Grayscale: #424242. Windows color (decimal): -11581939 or 869967. OLE color: 869967.

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

Color convert

RGB 79 70 13 -
CMYK 0 0.11 0.84 0.69
HSL 51.82º 0.72% 0.18% -
HSV(B) 51.82º 0.84% 0.31% -
XYZ 5.49 6.07 1.26 -
YUV 66.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 79 70 13 0 0.11 0.84 0.69 51.82 0.72 0.18
Hex 4F 46 D 0 B 54 45 34 48 12
Octal 117 106 15 0 13 124 105 64 110 22
Binary 1001111 1000110 1101 0 1011 1010100 1000101 110100 1001000 10010

Color Harmonies of #4F460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F460D

Black with #4F460D

Text Example


Text Example

White with #4F460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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