Html Css Color HEX #4F400B Madras

📋 copy color: '#4F400B'

red 79 ◦ green 64 ◦ blue 11

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

Shades of Madras #4F400B

Tints of Madras #4F400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

 BLUE value IS 11 (4.69% from 255) = 7.14%

R = 51.3%
G = 41.56%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F400B (or 0x4F400B) is known color: Madras. HEX triplet: 4F, 40 and 0B. RGB value is (79,64,11). Sum of RGB (Red+Green+Blue) = 79+64+11=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F400B is #B0BFF4. Grayscale: #3E3E3E. Windows color (decimal): -11583477 or 737359. OLE color: 737359.

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

Color convert

RGB 79 64 11 -
CMYK 0 0.19 0.86 0.69
HSL 46.76º 0.76% 0.18% -
HSV(B) 46.76º 0.86% 0.31% -
XYZ 5.12 5.35 1.08 -
YUV 62.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 79 64 11 0 0.19 0.86 0.69 46.76 0.76 0.18
Hex 4F 40 B 0 13 56 45 2F 4C 12
Octal 117 100 13 0 23 126 105 57 114 22
Binary 1001111 1000000 1011 0 10011 1010110 1000101 101111 1001100 10010

Color Harmonies of #4F400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F400B

Black with #4F400B

Text Example


Text Example

White with #4F400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,11); }

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

background-color css

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

 a { background-color: rgb(79,64,11); }

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

border-color css

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

 span { border-color: rgb(79,64,11); }

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