Html Css Color HEX #4F4310 Madras

📋 copy color: '#4F4310'

red 79 ◦ green 67 ◦ blue 16

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

Shades of Madras #4F4310

Tints of Madras #4F4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.36%

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 48.77%
G = 41.36%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F4310 (or 0x4F4310) is known color: Madras. HEX triplet: 4F, 43 and 10. RGB value is (79,67,16). Sum of RGB (Red+Green+Blue) = 79+67+16=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4310 is #B0BCEF. Grayscale: #404040. Windows color (decimal): -11582704 or 1065807. OLE color: 1065807.

HSL color Cylindrical-coordinate representation of color #4F4310: hue angle of 48.57º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F4310 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 67 16 -
CMYK 0 0.15 0.80 0.69
HSL 48.57º 0.66% 0.19% -
HSV(B) 48.57º 0.8% 0.31% -
XYZ 5.33 5.71 1.31 -
YUV 64.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 79 67 16 0 0.15 0.80 0.69 48.57 0.66 0.19
Hex 4F 43 10 0 F 50 45 31 42 13
Octal 117 103 20 0 17 120 105 61 102 23
Binary 1001111 1000011 10000 0 1111 1010000 1000101 110001 1000010 10011

Color Harmonies of #4F4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4310

Black with #4F4310

Text Example


Text Example

White with #4F4310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,16); }

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

background-color css

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

 a { background-color: rgb(79,67,16); }

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

border-color css

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

 span { border-color: rgb(79,67,16); }

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