Html Css Color HEX #4F3C15 Madras

📋 copy color: '#4F3C15'

red 79 ◦ green 60 ◦ blue 21

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

Shades of Madras #4F3C15

Tints of Madras #4F3C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.5%

 BLUE value IS 21 (8.59% from 255) = 13.13%

R = 49.38%
G = 37.5%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#4F3C15 (or 0x4F3C15) is known color: Madras. HEX triplet: 4F, 3C and 15. RGB value is (79,60,21). Sum of RGB (Red+Green+Blue) = 79+60+21=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3C15 is #B0C3EA. Grayscale: #3D3D3D. Windows color (decimal): -11584491 or 1391695. OLE color: 1391695.

HSL color Cylindrical-coordinate representation of color #4F3C15: hue angle of 40.34º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F3C15 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 60 21 -
CMYK 0 0.24 0.73 0.69
HSL 40.34º 0.58% 0.2% -
HSV(B) 40.34º 0.73% 0.31% -
XYZ 4.98 4.95 1.4 -
YUV 61.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 79 60 21 0 0.24 0.73 0.69 40.34 0.58 0.2
Hex 4F 3C 15 0 18 49 45 28 3A 14
Octal 117 74 25 0 30 111 105 50 72 24
Binary 1001111 111100 10101 0 11000 1001001 1000101 101000 111010 10100

Color Harmonies of #4F3C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3C15

Black with #4F3C15

Text Example


Text Example

White with #4F3C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,60,21); }

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

background-color css

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

 a { background-color: rgb(79,60,21); }

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

border-color css

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

 span { border-color: rgb(79,60,21); }

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