Html Css Color HEX #4F431C Madras

📋 copy color: '#4F431C'

red 79 ◦ green 67 ◦ blue 28

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

Shades of Madras #4F431C

Tints of Madras #4F431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

 BLUE value IS 28 (11.33% from 255) = 16.09%

R = 45.4%
G = 38.51%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F431C (or 0x4F431C) is known color: Madras. HEX triplet: 4F, 43 and 1C. RGB value is (79,67,28). Sum of RGB (Red+Green+Blue) = 79+67+28=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F431C is #B0BCE3. Grayscale: #424242. Windows color (decimal): -11582692 or 1852239. OLE color: 1852239.

HSL color Cylindrical-coordinate representation of color #4F431C: hue angle of 45.88º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F431C is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 67 28 -
CMYK 0 0.15 0.65 0.69
HSL 45.88º 0.48% 0.21% -
HSV(B) 45.88º 0.65% 0.31% -
XYZ 5.44 5.76 1.92 -
YUV 66.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 79 67 28 0 0.15 0.65 0.69 45.88 0.48 0.21
Hex 4F 43 1C 0 F 41 45 2E 30 15
Octal 117 103 34 0 17 101 105 56 60 25
Binary 1001111 1000011 11100 0 1111 1000001 1000101 101110 110000 10101

Color Harmonies of #4F431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F431C

Black with #4F431C

Text Example


Text Example

White with #4F431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,28); }

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

background-color css

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

 a { background-color: rgb(79,67,28); }

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

border-color css

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

 span { border-color: rgb(79,67,28); }

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