Html Css Color HEX #50460D Madras

📋 copy color: '#50460D'

red 80 ◦ green 70 ◦ blue 13

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

Shades of Madras #50460D

Tints of Madras #50460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 49.08%
G = 42.94%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50460D (or 0x50460D) is known color: Madras. HEX triplet: 50, 46 and 0D. RGB value is (80,70,13). Sum of RGB (Red+Green+Blue) = 80+70+13=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50460D is #AFB9F2. Grayscale: #424242. Windows color (decimal): -11516403 or 869968. OLE color: 869968.

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

Color convert

RGB 80 70 13 -
CMYK 0 0.12 0.84 0.69
HSL 51.04º 0.72% 0.18% -
HSV(B) 51.04º 0.84% 0.31% -
XYZ 5.57 6.11 1.27 -
YUV 66.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 80 70 13 0 0.12 0.84 0.69 51.04 0.72 0.18
Hex 50 46 D 0 C 54 45 33 48 12
Octal 120 106 15 0 14 124 105 63 110 22
Binary 1010000 1000110 1101 0 1100 1010100 1000101 110011 1001000 10010

Color Harmonies of #50460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50460D

Black with #50460D

Text Example


Text Example

White with #50460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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