Html Css Color HEX #4F4125 Madras

📋 copy color: '#4F4125'

red 79 ◦ green 65 ◦ blue 37

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

Shades of Madras #4F4125

Tints of Madras #4F4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 37 (14.84% from 255) = 20.44%

R = 43.65%
G = 35.91%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4F4125 (or 0x4F4125) is known color: Madras. HEX triplet: 4F, 41 and 25. RGB value is (79,65,37). Sum of RGB (Red+Green+Blue) = 79+65+37=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4125 is #B0BEDA. Grayscale: #424242. Windows color (decimal): -11583195 or 2441551. OLE color: 2441551.

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

Color convert

RGB 79 65 37 -
CMYK 0 0.18 0.53 0.69
HSL 40º 0.36% 0.23% -
HSV(B) 40º 0.53% 0.31% -
XYZ 5.45 5.58 2.54 -
YUV 65.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 79 65 37 0 0.18 0.53 0.69 40 0.36 0.23
Hex 4F 41 25 0 12 35 45 28 24 17
Octal 117 101 45 0 22 65 105 50 44 27
Binary 1001111 1000001 100101 0 10010 110101 1000101 101000 100100 10111

Color Harmonies of #4F4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4125

Black with #4F4125

Text Example


Text Example

White with #4F4125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,37); }

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

background-color css

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

 a { background-color: rgb(79,65,37); }

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

border-color css

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

 span { border-color: rgb(79,65,37); }

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