Html Css Color HEX #50460E Madras

📋 copy color: '#50460E'

red 80 ◦ green 70 ◦ blue 14

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

Shades of Madras #50460E

Tints of Madras #50460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.68%

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 48.78%
G = 42.68%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50460E (or 0x50460E) is known color: Madras. HEX triplet: 50, 46 and 0E. RGB value is (80,70,14). Sum of RGB (Red+Green+Blue) = 80+70+14=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50460E is #AFB9F1. Grayscale: #424242. Windows color (decimal): -11516402 or 935504. OLE color: 935504.

HSL color Cylindrical-coordinate representation of color #50460E: hue angle of 50.91º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50460E is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 14 -
CMYK 0 0.12 0.83 0.69
HSL 50.91º 0.7% 0.18% -
HSV(B) 50.91º 0.83% 0.31% -
XYZ 5.58 6.12 1.3 -
YUV 66.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 80 70 14 0 0.12 0.83 0.69 50.91 0.7 0.18
Hex 50 46 E 0 C 53 45 33 46 12
Octal 120 106 16 0 14 123 105 63 106 22
Binary 1010000 1000110 1110 0 1100 1010011 1000101 110011 1000110 10010

Color Harmonies of #50460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50460E

Black with #50460E

Text Example


Text Example

White with #50460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,70,14); }

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

background-color css

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

 a { background-color: rgb(80,70,14); }

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

border-color css

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

 span { border-color: rgb(80,70,14); }

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