Html Css Color HEX #50460B Madras

📋 copy color: '#50460B'

red 80 ◦ green 70 ◦ blue 11

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

Shades of Madras #50460B

Tints of Madras #50460B

RGB

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

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

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

R = 49.69%
G = 43.48%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50460B (or 0x50460B) is known color: Madras. HEX triplet: 50, 46 and 0B. RGB value is (80,70,11). Sum of RGB (Red+Green+Blue) = 80+70+11=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50460B is #AFB9F4. Grayscale: #424242. Windows color (decimal): -11516405 or 738896. OLE color: 738896.

HSL color Cylindrical-coordinate representation of color #50460B: hue angle of 51.3º 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 #50460B is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 11 -
CMYK 0 0.12 0.86 0.69
HSL 51.3º 0.76% 0.18% -
HSV(B) 51.3º 0.86% 0.31% -
XYZ 5.56 6.11 1.2 -
YUV 66.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 80 70 11 0 0.12 0.86 0.69 51.3 0.76 0.18
Hex 50 46 B 0 C 56 45 33 4C 12
Octal 120 106 13 0 14 126 105 63 114 22
Binary 1010000 1000110 1011 0 1100 1010110 1000101 110011 1001100 10010

Color Harmonies of #50460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50460B

Black with #50460B

Text Example


Text Example

White with #50460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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