Html Css Color HEX #503E0F Madras

📋 copy color: '#503E0F'

red 80 ◦ green 62 ◦ blue 15

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

Shades of Madras #503E0F

Tints of Madras #503E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.49%

 BLUE value IS 15 (6.25% from 255) = 9.55%

R = 50.96%
G = 39.49%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#503E0F (or 0x503E0F) is known color: Madras. HEX triplet: 50, 3E and 0F. RGB value is (80,62,15). Sum of RGB (Red+Green+Blue) = 80+62+15=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #503E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E0F is #AFC1F0. Grayscale: #3E3E3E. Windows color (decimal): -11518449 or 998992. OLE color: 998992.

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

Color convert

RGB 80 62 15 -
CMYK 0 0.22 0.81 0.69
HSL 43.38º 0.68% 0.19% -
HSV(B) 43.38º 0.81% 0.31% -
XYZ 5.12 5.19 1.18 -
YUV 62.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 80 62 15 0 0.22 0.81 0.69 43.38 0.68 0.19
Hex 50 3E F 0 16 51 45 2B 44 13
Octal 120 76 17 0 26 121 105 53 104 23
Binary 1010000 111110 1111 0 10110 1010001 1000101 101011 1000100 10011

Color Harmonies of #503E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E0F

Black with #503E0F

Text Example


Text Example

White with #503E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,62,15); }

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

background-color css

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

 a { background-color: rgb(80,62,15); }

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

border-color css

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

 span { border-color: rgb(80,62,15); }

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