Html Css Color HEX #503F03 Madras

📋 copy color: '#503F03'

red 80 ◦ green 63 ◦ blue 3

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

Shades of Madras #503F03

Tints of Madras #503F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.05%

R = 54.79%
G = 43.15%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#503F03 (or 0x503F03) is known color: Madras. HEX triplet: 50, 3F and 03. RGB value is (80,63,3). Sum of RGB (Red+Green+Blue) = 80+63+3=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F03 is #AFC0FC. Grayscale: #3D3D3D. Windows color (decimal): -11518205 or 212816. OLE color: 212816.

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

Color convert

RGB 80 63 3 -
CMYK 0 0.21 0.96 0.69
HSL 46.75º 0.93% 0.16% -
HSV(B) 46.75º 0.96% 0.31% -
XYZ 5.1 5.27 0.83 -
YUV 61.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 80 63 3 0 0.21 0.96 0.69 46.75 0.93 0.16
Hex 50 3F 3 0 15 60 45 2F 5D 10
Octal 120 77 3 0 25 140 105 57 135 20
Binary 1010000 111111 11 0 10101 1100000 1000101 101111 1011101 10000

Color Harmonies of #503F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F03

Black with #503F03

Text Example


Text Example

White with #503F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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