Html Css Color HEX #4D431F Madras

📋 copy color: '#4D431F'

red 77 ◦ green 67 ◦ blue 31

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

Shades of Madras #4D431F

Tints of Madras #4D431F

RGB

 RED value IS 77 (30.47% from 255) = 44%

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 44%
G = 38.29%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D431F (or 0x4D431F) is known color: Madras. HEX triplet: 4D, 43 and 1F. RGB value is (77,67,31). Sum of RGB (Red+Green+Blue) = 77+67+31=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D431F is #B2BCE0. Grayscale: #424242. Windows color (decimal): -11713761 or 2048845. OLE color: 2048845.

HSL color Cylindrical-coordinate representation of color #4D431F: hue angle of 46.96º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D431F is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 67 31 -
CMYK 0 0.13 0.60 0.70
HSL 46.96º 0.43% 0.21% -
HSV(B) 46.96º 0.6% 0.3% -
XYZ 5.32 5.69 2.11 -
YUV 65.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 77 67 31 0 0.13 0.60 0.70 46.96 0.43 0.21
Hex 4D 43 1F 0 D 3C 46 2F 2B 15
Octal 115 103 37 0 15 74 106 57 53 25
Binary 1001101 1000011 11111 0 1101 111100 1000110 101111 101011 10101

Color Harmonies of #4D431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D431F

Black with #4D431F

Text Example


Text Example

White with #4D431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,31); }

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

background-color css

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

 a { background-color: rgb(77,67,31); }

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

border-color css

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

 span { border-color: rgb(77,67,31); }

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