Html Css Color HEX #50440B Madras

📋 copy color: '#50440B'

red 80 ◦ green 68 ◦ blue 11

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

Shades of Madras #50440B

Tints of Madras #50440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 50.31%
G = 42.77%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50440B (or 0x50440B) is known color: Madras. HEX triplet: 50, 44 and 0B. RGB value is (80,68,11). Sum of RGB (Red+Green+Blue) = 80+68+11=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50440B is #AFBBF4. Grayscale: #414141. Windows color (decimal): -11516917 or 738384. OLE color: 738384.

HSL color Cylindrical-coordinate representation of color #50440B: hue angle of 49.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50440B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 11 -
CMYK 0 0.15 0.86 0.69
HSL 49.57º 0.76% 0.18% -
HSV(B) 49.57º 0.86% 0.31% -
XYZ 5.44 5.86 1.16 -
YUV 65.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 80 68 11 0 0.15 0.86 0.69 49.57 0.76 0.18
Hex 50 44 B 0 F 56 45 32 4C 12
Octal 120 104 13 0 17 126 105 62 114 22
Binary 1010000 1000100 1011 0 1111 1010110 1000101 110010 1001100 10010

Color Harmonies of #50440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50440B

Black with #50440B

Text Example


Text Example

White with #50440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50440B; }

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

 H1.HeaderClassName
 {
   color: #50440B;
 }
 .AnyTagClassName
 {
   color: #50440B;
 }
</style>

background-color css

<style>
 a { background-color: #50440B; }

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

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

border-color css

<style>
 span { border-color: #50440B; }

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

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