Html Css Color HEX #504515 Madras

📋 copy color: '#504515'

red 80 ◦ green 69 ◦ blue 21

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

Shades of Madras #504515

Tints of Madras #504515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 47.06%
G = 40.59%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#504515 (or 0x504515) is known color: Madras. HEX triplet: 50, 45 and 15. RGB value is (80,69,21). Sum of RGB (Red+Green+Blue) = 80+69+21=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504515 is #AFBAEA. Grayscale: #434343. Windows color (decimal): -11516651 or 1394000. OLE color: 1394000.

HSL color Cylindrical-coordinate representation of color #504515: hue angle of 48.81º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #504515 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 21 -
CMYK 0 0.14 0.74 0.69
HSL 48.81º 0.58% 0.2% -
HSV(B) 48.81º 0.74% 0.31% -
XYZ 5.57 6.02 1.58 -
YUV 66.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 80 69 21 0 0.14 0.74 0.69 48.81 0.58 0.2
Hex 50 45 15 0 E 4A 45 31 3A 14
Octal 120 105 25 0 16 112 105 61 72 24
Binary 1010000 1000101 10101 0 1110 1001010 1000101 110001 111010 10100

Color Harmonies of #504515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504515

Black with #504515

Text Example


Text Example

White with #504515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504515; }

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

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

background-color css

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

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

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

border-color css

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

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

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