Html Css Color HEX #4F4404 Madras

📋 copy color: '#4F4404'

red 79 ◦ green 68 ◦ blue 4

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

Shades of Madras #4F4404

Tints of Madras #4F4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.03%

 BLUE value IS 4 (1.95% from 255) = 2.65%

R = 52.32%
G = 45.03%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4F4404 (or 0x4F4404) is known color: Madras. HEX triplet: 4F, 44 and 04. RGB value is (79,68,4). Sum of RGB (Red+Green+Blue) = 79+68+4=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4404 is #B0BBFB. Grayscale: #404040. Windows color (decimal): -11582460 or 279631. OLE color: 279631.

HSL color Cylindrical-coordinate representation of color #4F4404: hue angle of 51.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F4404 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 68 4 -
CMYK 0 0.14 0.95 0.69
HSL 51.2º 0.9% 0.16% -
HSV(B) 51.2º 0.95% 0.31% -
XYZ 5.31 5.81 0.96 -
YUV 63.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 79 68 4 0 0.14 0.95 0.69 51.2 0.9 0.16
Hex 4F 44 4 0 E 5F 45 33 5A 10
Octal 117 104 4 0 16 137 105 63 132 20
Binary 1001111 1000100 100 0 1110 1011111 1000101 110011 1011010 10000

Color Harmonies of #4F4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4404

Black with #4F4404

Text Example


Text Example

White with #4F4404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,4); }

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

background-color css

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

 a { background-color: rgb(79,68,4); }

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

border-color css

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

 span { border-color: rgb(79,68,4); }

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