Html Css Color HEX #4F4225 Madras

📋 copy color: '#4F4225'

red 79 ◦ green 66 ◦ blue 37

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

Shades of Madras #4F4225

Tints of Madras #4F4225

RGB

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

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

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

R = 43.41%
G = 36.26%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4F4225 (or 0x4F4225) is known color: Madras. HEX triplet: 4F, 42 and 25. RGB value is (79,66,37). Sum of RGB (Red+Green+Blue) = 79+66+37=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4225 is #B0BDDA. Grayscale: #424242. Windows color (decimal): -11582939 or 2441807. OLE color: 2441807.

HSL color Cylindrical-coordinate representation of color #4F4225: hue angle of 41.43º 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 #4F4225 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 66 37 -
CMYK 0 0.16 0.53 0.69
HSL 41.43º 0.36% 0.23% -
HSV(B) 41.43º 0.53% 0.31% -
XYZ 5.51 5.69 2.56 -
YUV 66.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 79 66 37 0 0.16 0.53 0.69 41.43 0.36 0.23
Hex 4F 42 25 0 10 35 45 29 24 17
Octal 117 102 45 0 20 65 105 51 44 27
Binary 1001111 1000010 100101 0 10000 110101 1000101 101001 100100 10111

Color Harmonies of #4F4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4225

Black with #4F4225

Text Example


Text Example

White with #4F4225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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