Html Css Color HEX #504215 Madras

📋 copy color: '#504215'

red 80 ◦ green 66 ◦ blue 21

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

Shades of Madras #504215

Tints of Madras #504215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 47.9%
G = 39.52%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#504215 (or 0x504215) is known color: Madras. HEX triplet: 50, 42 and 15. RGB value is (80,66,21). Sum of RGB (Red+Green+Blue) = 80+66+21=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504215 is #AFBDEA. Grayscale: #414141. Windows color (decimal): -11517419 or 1393232. OLE color: 1393232.

HSL color Cylindrical-coordinate representation of color #504215: hue angle of 45.76º 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 #504215 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 21 -
CMYK 0 0.17 0.74 0.69
HSL 45.76º 0.58% 0.2% -
HSV(B) 45.76º 0.74% 0.31% -
XYZ 5.39 5.66 1.52 -
YUV 65.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 80 66 21 0 0.17 0.74 0.69 45.76 0.58 0.2
Hex 50 42 15 0 11 4A 45 2E 3A 14
Octal 120 102 25 0 21 112 105 56 72 24
Binary 1010000 1000010 10101 0 10001 1001010 1000101 101110 111010 10100

Color Harmonies of #504215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504215

Black with #504215

Text Example


Text Example

White with #504215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504215; }

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

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

background-color css

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

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

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

border-color css

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

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

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