Html Css Color HEX #50411C Madras

📋 copy color: '#50411C'

red 80 ◦ green 65 ◦ blue 28

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

Shades of Madras #50411C

Tints of Madras #50411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 46.24%
G = 37.57%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50411C (or 0x50411C) is known color: Madras. HEX triplet: 50, 41 and 1C. RGB value is (80,65,28). Sum of RGB (Red+Green+Blue) = 80+65+28=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #50411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50411C is #AFBEE3. Grayscale: #414141. Windows color (decimal): -11517668 or 1851728. OLE color: 1851728.

HSL color Cylindrical-coordinate representation of color #50411C: hue angle of 42.69º 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 #50411C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 65 28 -
CMYK 0 0.19 0.65 0.69
HSL 42.69º 0.48% 0.21% -
HSV(B) 42.69º 0.65% 0.31% -
XYZ 5.41 5.57 1.89 -
YUV 65.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 80 65 28 0 0.19 0.65 0.69 42.69 0.48 0.21
Hex 50 41 1C 0 13 41 45 2B 30 15
Octal 120 101 34 0 23 101 105 53 60 25
Binary 1010000 1000001 11100 0 10011 1000001 1000101 101011 110000 10101

Color Harmonies of #50411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50411C

Black with #50411C

Text Example


Text Example

White with #50411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50411C; }

 p { color: rgb(80,65,28); }

 H1.HeaderClassName
 {
   color: #50411C;
 }
 .AnyTagClassName
 {
   color: #50411C;
 }
</style>

background-color css

<style>
 a { background-color: #50411C; }

 a { background-color: rgb(80,65,28); }

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

border-color css

<style>
 span { border-color: #50411C; }

 span { border-color: rgb(80,65,28); }

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