Html Css Color HEX #4F4518 Madras

📋 copy color: '#4F4518'

red 79 ◦ green 69 ◦ blue 24

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

Shades of Madras #4F4518

Tints of Madras #4F4518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 45.93%
G = 40.12%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F4518 (or 0x4F4518) is known color: Madras. HEX triplet: 4F, 45 and 18. RGB value is (79,69,24). Sum of RGB (Red+Green+Blue) = 79+69+24=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4518 is #B0BAE7. Grayscale: #434343. Windows color (decimal): -11582184 or 1590607. OLE color: 1590607.

HSL color Cylindrical-coordinate representation of color #4F4518: hue angle of 49.09º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F4518 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 69 24 -
CMYK 0 0.13 0.70 0.69
HSL 49.09º 0.53% 0.2% -
HSV(B) 49.09º 0.7% 0.31% -
XYZ 5.52 5.98 1.73 -
YUV 66.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 79 69 24 0 0.13 0.70 0.69 49.09 0.53 0.2
Hex 4F 45 18 0 D 46 45 31 35 14
Octal 117 105 30 0 15 106 105 61 65 24
Binary 1001111 1000101 11000 0 1101 1000110 1000101 110001 110101 10100

Color Harmonies of #4F4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4518

Black with #4F4518

Text Example


Text Example

White with #4F4518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,69,24); }

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

background-color css

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

 a { background-color: rgb(79,69,24); }

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

border-color css

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

 span { border-color: rgb(79,69,24); }

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