Html Css Color HEX #50441A Madras

📋 copy color: '#50441A'

red 80 ◦ green 68 ◦ blue 26

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

Shades of Madras #50441A

Tints of Madras #50441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 45.98%
G = 39.08%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50441A (or 0x50441A) is known color: Madras. HEX triplet: 50, 44 and 1A. RGB value is (80,68,26). Sum of RGB (Red+Green+Blue) = 80+68+26=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441A is #AFBBE5. Grayscale: #424242. Windows color (decimal): -11516902 or 1721424. OLE color: 1721424.

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

Color convert

RGB 80 68 26 -
CMYK 0 0.15 0.67 0.69
HSL 46.67º 0.51% 0.21% -
HSV(B) 46.67º 0.68% 0.31% -
XYZ 5.56 5.91 1.83 -
YUV 66.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 80 68 26 0 0.15 0.67 0.69 46.67 0.51 0.21
Hex 50 44 1A 0 F 43 45 2F 33 15
Octal 120 104 32 0 17 103 105 57 63 25
Binary 1010000 1000100 11010 0 1111 1000011 1000101 101111 110011 10101

Color Harmonies of #50441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50441A

Black with #50441A

Text Example


Text Example

White with #50441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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