Html Css Color HEX #503C0F Madras

📋 copy color: '#503C0F'

red 80 ◦ green 60 ◦ blue 15

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

Shades of Madras #503C0F

Tints of Madras #503C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.71%

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

R = 51.61%
G = 38.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#503C0F (or 0x503C0F) is known color: Madras. HEX triplet: 50, 3C and 0F. RGB value is (80,60,15). Sum of RGB (Red+Green+Blue) = 80+60+15=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C0F is #AFC3F0. Grayscale: #3D3D3D. Windows color (decimal): -11518961 or 998480. OLE color: 998480.

HSL color Cylindrical-coordinate representation of color #503C0F: hue angle of 41.54º 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 #503C0F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 15 -
CMYK 0 0.25 0.81 0.69
HSL 41.54º 0.68% 0.19% -
HSV(B) 41.54º 0.81% 0.31% -
XYZ 5.01 4.97 1.15 -
YUV 60.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 80 60 15 0 0.25 0.81 0.69 41.54 0.68 0.19
Hex 50 3C F 0 19 51 45 2A 44 13
Octal 120 74 17 0 31 121 105 52 104 23
Binary 1010000 111100 1111 0 11001 1010001 1000101 101010 1000100 10011

Color Harmonies of #503C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C0F

Black with #503C0F

Text Example


Text Example

White with #503C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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