Html Css Color HEX #4F4001 Madras

📋 copy color: '#4F4001'

red 79 ◦ green 64 ◦ blue 1

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

Shades of Madras #4F4001

Tints of Madras #4F4001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 54.86%
G = 44.44%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F4001 (or 0x4F4001) is known color: Madras. HEX triplet: 4F, 40 and 01. RGB value is (79,64,1). Sum of RGB (Red+Green+Blue) = 79+64+1=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4001 is #B0BFFE. Grayscale: #3D3D3D. Windows color (decimal): -11583487 or 81999. OLE color: 81999.

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

Color convert

RGB 79 64 1 -
CMYK 0 0.19 0.99 0.69
HSL 48.46º 0.98% 0.16% -
HSV(B) 48.46º 0.99% 0.31% -
XYZ 5.06 5.33 0.79 -
YUV 61.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 79 64 1 0 0.19 0.99 0.69 48.46 0.98 0.16
Hex 4F 40 1 0 13 63 45 30 62 10
Octal 117 100 1 0 23 143 105 60 142 20
Binary 1001111 1000000 1 0 10011 1100011 1000101 110000 1100010 10000

Color Harmonies of #4F4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4001

Black with #4F4001

Text Example


Text Example

White with #4F4001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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