Html Css Color HEX #4F410F Madras

📋 copy color: '#4F410F'

red 79 ◦ green 65 ◦ blue 15

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

Shades of Madras #4F410F

Tints of Madras #4F410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.88%

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 49.69%
G = 40.88%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4F410F (or 0x4F410F) is known color: Madras. HEX triplet: 4F, 41 and 0F. RGB value is (79,65,15). Sum of RGB (Red+Green+Blue) = 79+65+15=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F410F is #B0BEF0. Grayscale: #3F3F3F. Windows color (decimal): -11583217 or 999759. OLE color: 999759.

HSL color Cylindrical-coordinate representation of color #4F410F: hue angle of 46.88º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F410F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 65 15 -
CMYK 0 0.18 0.81 0.69
HSL 46.88º 0.68% 0.18% -
HSV(B) 46.88º 0.81% 0.31% -
XYZ 5.2 5.48 1.24 -
YUV 63.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 79 65 15 0 0.18 0.81 0.69 46.88 0.68 0.18
Hex 4F 41 F 0 12 51 45 2F 44 12
Octal 117 101 17 0 22 121 105 57 104 22
Binary 1001111 1000001 1111 0 10010 1010001 1000101 101111 1000100 10010

Color Harmonies of #4F410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F410F

Black with #4F410F

Text Example


Text Example

White with #4F410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,15); }

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

background-color css

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

 a { background-color: rgb(79,65,15); }

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

border-color css

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

 span { border-color: rgb(79,65,15); }

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