Html Css Color HEX #504213 Madras

📋 copy color: '#504213'

red 80 ◦ green 66 ◦ blue 19

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

Shades of Madras #504213

Tints of Madras #504213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 48.48%
G = 40%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#504213 (or 0x504213) is known color: Madras. HEX triplet: 50, 42 and 13. RGB value is (80,66,19). Sum of RGB (Red+Green+Blue) = 80+66+19=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #504213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504213 is #AFBDEC. Grayscale: #414141. Windows color (decimal): -11517421 or 1262160. OLE color: 1262160.

HSL color Cylindrical-coordinate representation of color #504213: hue angle of 46.23º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #504213 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 19 -
CMYK 0 0.17 0.76 0.69
HSL 46.23º 0.62% 0.19% -
HSV(B) 46.23º 0.76% 0.31% -
XYZ 5.37 5.65 1.42 -
YUV 64.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 80 66 19 0 0.17 0.76 0.69 46.23 0.62 0.19
Hex 50 42 13 0 11 4C 45 2E 3E 13
Octal 120 102 23 0 21 114 105 56 76 23
Binary 1010000 1000010 10011 0 10001 1001100 1000101 101110 111110 10011

Color Harmonies of #504213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504213

Black with #504213

Text Example


Text Example

White with #504213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504213; }

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

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

background-color css

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

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

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

border-color css

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

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

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