Html Css Color HEX #4F4008 Madras

📋 copy color: '#4F4008'

red 79 ◦ green 64 ◦ blue 8

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

Shades of Madras #4F4008

Tints of Madras #4F4008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 52.32%
G = 42.38%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#4F4008 (or 0x4F4008) is known color: Madras. HEX triplet: 4F, 40 and 08. RGB value is (79,64,8). Sum of RGB (Red+Green+Blue) = 79+64+8=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4008 is #B0BFF7. Grayscale: #3E3E3E. Windows color (decimal): -11583480 or 540751. OLE color: 540751.

HSL color Cylindrical-coordinate representation of color #4F4008: hue angle of 47.32º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F4008 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 64 8 -
CMYK 0 0.19 0.90 0.69
HSL 47.32º 0.82% 0.17% -
HSV(B) 47.32º 0.9% 0.31% -
XYZ 5.1 5.35 0.99 -
YUV 62.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 79 64 8 0 0.19 0.90 0.69 47.32 0.82 0.17
Hex 4F 40 8 0 13 5A 45 2F 52 11
Octal 117 100 10 0 23 132 105 57 122 21
Binary 1001111 1000000 1000 0 10011 1011010 1000101 101111 1010010 10001

Color Harmonies of #4F4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4008

Black with #4F4008

Text Example


Text Example

White with #4F4008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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