Html Css Color HEX #50421E Madras

📋 copy color: '#50421E'

red 80 ◦ green 66 ◦ blue 30

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

Shades of Madras #50421E

Tints of Madras #50421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 45.45%
G = 37.5%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50421E (or 0x50421E) is known color: Madras. HEX triplet: 50, 42 and 1E. RGB value is (80,66,30). Sum of RGB (Red+Green+Blue) = 80+66+30=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50421E is #AFBDE1. Grayscale: #424242. Windows color (decimal): -11517410 or 1983056. OLE color: 1983056.

HSL color Cylindrical-coordinate representation of color #50421E: hue angle of 43.2º 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 #50421E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 30 -
CMYK 0 0.17 0.62 0.69
HSL 43.2º 0.45% 0.22% -
HSV(B) 43.2º 0.63% 0.31% -
XYZ 5.49 5.7 2.04 -
YUV 66.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 80 66 30 0 0.17 0.62 0.69 43.2 0.45 0.22
Hex 50 42 1E 0 11 3E 45 2B 2D 16
Octal 120 102 36 0 21 76 105 53 55 26
Binary 1010000 1000010 11110 0 10001 111110 1000101 101011 101101 10110

Color Harmonies of #50421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50421E

Black with #50421E

Text Example


Text Example

White with #50421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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