Html Css Color HEX #4F4202 Madras

📋 copy color: '#4F4202'

red 79 ◦ green 66 ◦ blue 2

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

Shades of Madras #4F4202

Tints of Madras #4F4202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.9%

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 53.74%
G = 44.9%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F4202 (or 0x4F4202) is known color: Madras. HEX triplet: 4F, 42 and 02. RGB value is (79,66,2). Sum of RGB (Red+Green+Blue) = 79+66+2=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4202 is #B0BDFD. Grayscale: #3E3E3E. Windows color (decimal): -11582974 or 148047. OLE color: 148047.

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

Color convert

RGB 79 66 2 -
CMYK 0 0.16 0.97 0.69
HSL 49.87º 0.95% 0.16% -
HSV(B) 49.87º 0.97% 0.31% -
XYZ 5.18 5.56 0.86 -
YUV 62.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 79 66 2 0 0.16 0.97 0.69 49.87 0.95 0.16
Hex 4F 42 2 0 10 61 45 32 5F 10
Octal 117 102 2 0 20 141 105 62 137 20
Binary 1001111 1000010 10 0 10000 1100001 1000101 110010 1011111 10000

Color Harmonies of #4F4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4202

Black with #4F4202

Text Example


Text Example

White with #4F4202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,66,2); }

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

background-color css

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

 a { background-color: rgb(79,66,2); }

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

border-color css

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

 span { border-color: rgb(79,66,2); }

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