Html Css Color HEX #4F4712 Madras

📋 copy color: '#4F4712'

red 79 ◦ green 71 ◦ blue 18

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

Shades of Madras #4F4712

Tints of Madras #4F4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.26%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 47.02%
G = 42.26%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#4F4712 (or 0x4F4712) is known color: Madras. HEX triplet: 4F, 47 and 12. RGB value is (79,71,18). Sum of RGB (Red+Green+Blue) = 79+71+18=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4712 is #B0B8ED. Grayscale: #434343. Windows color (decimal): -11581678 or 1197903. OLE color: 1197903.

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

Color convert

RGB 79 71 18 -
CMYK 0 0.10 0.77 0.69
HSL 52.13º 0.63% 0.19% -
HSV(B) 52.13º 0.77% 0.31% -
XYZ 5.59 6.21 1.48 -
YUV 67.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 79 71 18 0 0.10 0.77 0.69 52.13 0.63 0.19
Hex 4F 47 12 0 A 4D 45 34 3F 13
Octal 117 107 22 0 12 115 105 64 77 23
Binary 1001111 1000111 10010 0 1010 1001101 1000101 110100 111111 10011

Color Harmonies of #4F4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4712

Black with #4F4712

Text Example


Text Example

White with #4F4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,71,18); }

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

background-color css

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

 a { background-color: rgb(79,71,18); }

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

border-color css

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

 span { border-color: rgb(79,71,18); }

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