Html Css Color HEX #50441D Madras

📋 copy color: '#50441D'

red 80 ◦ green 68 ◦ blue 29

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

Shades of Madras #50441D

Tints of Madras #50441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 45.2%
G = 38.42%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50441D (or 0x50441D) is known color: Madras. HEX triplet: 50, 44 and 1D. RGB value is (80,68,29). Sum of RGB (Red+Green+Blue) = 80+68+29=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441D is #AFBBE2. Grayscale: #434343. Windows color (decimal): -11516899 or 1918032. OLE color: 1918032.

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

Color convert

RGB 80 68 29 -
CMYK 0 0.15 0.64 0.69
HSL 45.88º 0.47% 0.21% -
HSV(B) 45.88º 0.64% 0.31% -
XYZ 5.6 5.93 2.01 -
YUV 67.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 80 68 29 0 0.15 0.64 0.69 45.88 0.47 0.21
Hex 50 44 1D 0 F 40 45 2E 2F 15
Octal 120 104 35 0 17 100 105 56 57 25
Binary 1010000 1000100 11101 0 1111 1000000 1000101 101110 101111 10101

Color Harmonies of #50441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50441D

Black with #50441D

Text Example


Text Example

White with #50441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50441D; }

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

 H1.HeaderClassName
 {
   color: #50441D;
 }
 .AnyTagClassName
 {
   color: #50441D;
 }
</style>

background-color css

<style>
 a { background-color: #50441D; }

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

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

border-color css

<style>
 span { border-color: #50441D; }

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

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