Html Css Color HEX #50401E Madras

📋 copy color: '#50401E'

red 80 ◦ green 64 ◦ blue 30

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

Shades of Madras #50401E

Tints of Madras #50401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.78%

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 45.98%
G = 36.78%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50401E (or 0x50401E) is known color: Madras. HEX triplet: 50, 40 and 1E. RGB value is (80,64,30). Sum of RGB (Red+Green+Blue) = 80+64+30=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50401E is #AFBFE1. Grayscale: #414141. Windows color (decimal): -11517922 or 1982544. OLE color: 1982544.

HSL color Cylindrical-coordinate representation of color #50401E: hue angle of 40.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50401E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 30 -
CMYK 0 0.20 0.62 0.69
HSL 40.8º 0.45% 0.22% -
HSV(B) 40.8º 0.63% 0.31% -
XYZ 5.38 5.47 2 -
YUV 64.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 80 64 30 0 0.20 0.62 0.69 40.8 0.45 0.22
Hex 50 40 1E 0 14 3E 45 29 2D 16
Octal 120 100 36 0 24 76 105 51 55 26
Binary 1010000 1000000 11110 0 10100 111110 1000101 101001 101101 10110

Color Harmonies of #50401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50401E

Black with #50401E

Text Example


Text Example

White with #50401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50401E; }

 p { color: rgb(80,64,30); }

 H1.HeaderClassName
 {
   color: #50401E;
 }
 .AnyTagClassName
 {
   color: #50401E;
 }
</style>

background-color css

<style>
 a { background-color: #50401E; }

 a { background-color: rgb(80,64,30); }

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

border-color css

<style>
 span { border-color: #50401E; }

 span { border-color: rgb(80,64,30); }

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