Html Css Color HEX #503C00 Madras

📋 copy color: '#503C00'

red 80 ◦ green 60 ◦ blue 0

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

Shades of Madras #503C00

Tints of Madras #503C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#503C00 (or 0x503C00) is known color: Madras. HEX triplet: 50, 3C and 00. RGB value is (80,60,0). Sum of RGB (Red+Green+Blue) = 80+60+0=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #503C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C00 is #AFC3FF. Grayscale: #3B3B3B. Windows color (decimal): -11518976 or 15440. OLE color: 15440.

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

Color convert

RGB 80 60 0 -
CMYK 0 0.25 1 0.69
HSL 45º 1% 0.16% -
HSV(B) 45º 1% 0.31% -
XYZ 4.92 4.94 0.69 -
YUV 59.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 80 60 0 0 0.25 1 0.69 45 1 0.16
Hex 50 3C 0 0 19 64 45 2D 64 10
Octal 120 74 0 0 31 144 105 55 144 20
Binary 1010000 111100 0 0 11001 1100100 1000101 101101 1100100 10000

Color Harmonies of #503C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C00

Black with #503C00

Text Example


Text Example

White with #503C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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