Html Css Color HEX #50440F Madras

📋 copy color: '#50440F'

red 80 ◦ green 68 ◦ blue 15

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

Shades of Madras #50440F

Tints of Madras #50440F

RGB

 RED value IS 80 (31.64% from 255) = 49.08%

 GREEN value IS 68 (26.95% from 255) = 41.72%

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 49.08%
G = 41.72%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50440F (or 0x50440F) is known color: Madras. HEX triplet: 50, 44 and 0F. RGB value is (80,68,15). Sum of RGB (Red+Green+Blue) = 80+68+15=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50440F is #AFBBF0. Grayscale: #414141. Windows color (decimal): -11516913 or 1000528. OLE color: 1000528.

HSL color Cylindrical-coordinate representation of color #50440F: hue angle of 48.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50440F is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 15 -
CMYK 0 0.15 0.81 0.69
HSL 48.92º 0.68% 0.19% -
HSV(B) 48.92º 0.81% 0.31% -
XYZ 5.46 5.87 1.3 -
YUV 65.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 80 68 15 0 0.15 0.81 0.69 48.92 0.68 0.19
Hex 50 44 F 0 F 51 45 31 44 13
Octal 120 104 17 0 17 121 105 61 104 23
Binary 1010000 1000100 1111 0 1111 1010001 1000101 110001 1000100 10011

Color Harmonies of #50440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50440F

Black with #50440F

Text Example


Text Example

White with #50440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50440F; }

 p { color: rgb(80,68,15); }

 H1.HeaderClassName
 {
   color: #50440F;
 }
 .AnyTagClassName
 {
   color: #50440F;
 }
</style>

background-color css

<style>
 a { background-color: #50440F; }

 a { background-color: rgb(80,68,15); }

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

border-color css

<style>
 span { border-color: #50440F; }

 span { border-color: rgb(80,68,15); }

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