Html Css Color HEX #503F19 Madras

📋 copy color: '#503F19'

red 80 ◦ green 63 ◦ blue 25

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

Shades of Madras #503F19

Tints of Madras #503F19

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 47.62%
G = 37.5%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#503F19 (or 0x503F19) is known color: Madras. HEX triplet: 50, 3F and 19. RGB value is (80,63,25). Sum of RGB (Red+Green+Blue) = 80+63+25=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F19 is #AFC0E6. Grayscale: #3F3F3F. Windows color (decimal): -11518183 or 1654608. OLE color: 1654608.

HSL color Cylindrical-coordinate representation of color #503F19: hue angle of 41.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503F19 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 63 25 -
CMYK 0 0.21 0.69 0.69
HSL 41.45º 0.52% 0.21% -
HSV(B) 41.45º 0.69% 0.31% -
XYZ 5.26 5.33 1.67 -
YUV 63.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 80 63 25 0 0.21 0.69 0.69 41.45 0.52 0.21
Hex 50 3F 19 0 15 45 45 29 34 15
Octal 120 77 31 0 25 105 105 51 64 25
Binary 1010000 111111 11001 0 10101 1000101 1000101 101001 110100 10101

Color Harmonies of #503F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F19

Black with #503F19

Text Example


Text Example

White with #503F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F19; }

 p { color: rgb(80,63,25); }

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

background-color css

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

 a { background-color: rgb(80,63,25); }

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

border-color css

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

 span { border-color: rgb(80,63,25); }

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