Html Css Color HEX #503F0D Madras

📋 copy color: '#503F0D'

red 80 ◦ green 63 ◦ blue 13

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

Shades of Madras #503F0D

Tints of Madras #503F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 51.28%
G = 40.38%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#503F0D (or 0x503F0D) is known color: Madras. HEX triplet: 50, 3F and 0D. RGB value is (80,63,13). Sum of RGB (Red+Green+Blue) = 80+63+13=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #503F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F0D is #AFC0F2. Grayscale: #3E3E3E. Windows color (decimal): -11518195 or 868176. OLE color: 868176.

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

Color convert

RGB 80 63 13 -
CMYK 0 0.21 0.84 0.69
HSL 44.78º 0.72% 0.18% -
HSV(B) 44.78º 0.84% 0.31% -
XYZ 5.16 5.29 1.13 -
YUV 62.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 80 63 13 0 0.21 0.84 0.69 44.78 0.72 0.18
Hex 50 3F D 0 15 54 45 2D 48 12
Octal 120 77 15 0 25 124 105 55 110 22
Binary 1010000 111111 1101 0 10101 1010100 1000101 101101 1001000 10010

Color Harmonies of #503F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F0D

Black with #503F0D

Text Example


Text Example

White with #503F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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