Html Css Color HEX #503F06 Madras

📋 copy color: '#503F06'

red 80 ◦ green 63 ◦ blue 6

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

Shades of Madras #503F06

Tints of Madras #503F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.03%

R = 53.69%
G = 42.28%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#503F06 (or 0x503F06) is known color: Madras. HEX triplet: 50, 3F and 06. RGB value is (80,63,6). Sum of RGB (Red+Green+Blue) = 80+63+6=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F06 is #AFC0F9. Grayscale: #3D3D3D. Windows color (decimal): -11518202 or 409424. OLE color: 409424.

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

Color convert

RGB 80 63 6 -
CMYK 0 0.21 0.92 0.69
HSL 46.22º 0.86% 0.17% -
HSV(B) 46.22º 0.93% 0.31% -
XYZ 5.12 5.27 0.92 -
YUV 61.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 80 63 6 0 0.21 0.92 0.69 46.22 0.86 0.17
Hex 50 3F 6 0 15 5C 45 2E 56 11
Octal 120 77 6 0 25 134 105 56 126 21
Binary 1010000 111111 110 0 10101 1011100 1000101 101110 1010110 10001

Color Harmonies of #503F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F06

Black with #503F06

Text Example


Text Example

White with #503F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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