Html Css Color HEX #50450E Madras

📋 copy color: '#50450E'

red 80 ◦ green 69 ◦ blue 14

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

Shades of Madras #50450E

Tints of Madras #50450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

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

R = 49.08%
G = 42.33%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50450E (or 0x50450E) is known color: Madras. HEX triplet: 50, 45 and 0E. RGB value is (80,69,14). Sum of RGB (Red+Green+Blue) = 80+69+14=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50450E is #AFBAF1. Grayscale: #424242. Windows color (decimal): -11516658 or 935248. OLE color: 935248.

HSL color Cylindrical-coordinate representation of color #50450E: hue angle of 50º 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 #50450E is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 14 -
CMYK 0 0.14 0.83 0.69
HSL 50º 0.7% 0.18% -
HSV(B) 50º 0.83% 0.31% -
XYZ 5.52 5.99 1.28 -
YUV 66.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 80 69 14 0 0.14 0.83 0.69 50 0.7 0.18
Hex 50 45 E 0 E 53 45 32 46 12
Octal 120 105 16 0 16 123 105 62 106 22
Binary 1010000 1000101 1110 0 1110 1010011 1000101 110010 1000110 10010

Color Harmonies of #50450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50450E

Black with #50450E

Text Example


Text Example

White with #50450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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