Html Css Color HEX #4F3E10 Madras

📋 copy color: '#4F3E10'

red 79 ◦ green 62 ◦ blue 16

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

Shades of Madras #4F3E10

Tints of Madras #4F3E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.49%

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

R = 50.32%
G = 39.49%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F3E10 (or 0x4F3E10) is known color: Madras. HEX triplet: 4F, 3E and 10. RGB value is (79,62,16). Sum of RGB (Red+Green+Blue) = 79+62+16=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3E10 is #B0C1EF. Grayscale: #3E3E3E. Windows color (decimal): -11583984 or 1064527. OLE color: 1064527.

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

Color convert

RGB 79 62 16 -
CMYK 0 0.22 0.80 0.69
HSL 43.81º 0.66% 0.19% -
HSV(B) 43.81º 0.8% 0.31% -
XYZ 5.04 5.14 1.22 -
YUV 61.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 79 62 16 0 0.22 0.80 0.69 43.81 0.66 0.19
Hex 4F 3E 10 0 16 50 45 2C 42 13
Octal 117 76 20 0 26 120 105 54 102 23
Binary 1001111 111110 10000 0 10110 1010000 1000101 101100 1000010 10011

Color Harmonies of #4F3E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3E10

Black with #4F3E10

Text Example


Text Example

White with #4F3E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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