Html Css Color HEX #503A06 Madras

📋 copy color: '#503A06'

red 80 ◦ green 58 ◦ blue 6

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

Shades of Madras #503A06

Tints of Madras #503A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

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

R = 55.56%
G = 40.28%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#503A06 (or 0x503A06) is known color: Madras. HEX triplet: 50, 3A and 06. RGB value is (80,58,6). Sum of RGB (Red+Green+Blue) = 80+58+6=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A06 is #AFC5F9. Grayscale: #3A3A3A. Windows color (decimal): -11519482 or 408144. OLE color: 408144.

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

Color convert

RGB 80 58 6 -
CMYK 0 0.28 0.92 0.69
HSL 42.16º 0.86% 0.17% -
HSV(B) 42.16º 0.93% 0.31% -
XYZ 4.85 4.74 0.83 -
YUV 58.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 80 58 6 0 0.28 0.92 0.69 42.16 0.86 0.17
Hex 50 3A 6 0 1C 5C 45 2A 56 11
Octal 120 72 6 0 34 134 105 52 126 21
Binary 1010000 111010 110 0 11100 1011100 1000101 101010 1010110 10001

Color Harmonies of #503A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A06

Black with #503A06

Text Example


Text Example

White with #503A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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