Html Css Color HEX #503C06 Madras

📋 copy color: '#503C06'

red 80 ◦ green 60 ◦ blue 6

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

Shades of Madras #503C06

Tints of Madras #503C06

RGB

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

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

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

R = 54.79%
G = 41.1%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#503C06 (or 0x503C06) is known color: Madras. HEX triplet: 50, 3C and 06. RGB value is (80,60,6). Sum of RGB (Red+Green+Blue) = 80+60+6=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C06 is #AFC3F9. Grayscale: #3C3C3C. Windows color (decimal): -11518970 or 408656. OLE color: 408656.

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

Color convert

RGB 80 60 6 -
CMYK 0 0.25 0.92 0.69
HSL 43.78º 0.86% 0.17% -
HSV(B) 43.78º 0.93% 0.31% -
XYZ 4.96 4.95 0.87 -
YUV 59.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 80 60 6 0 0.25 0.92 0.69 43.78 0.86 0.17
Hex 50 3C 6 0 19 5C 45 2C 56 11
Octal 120 74 6 0 31 134 105 54 126 21
Binary 1010000 111100 110 0 11001 1011100 1000101 101100 1010110 10001

Color Harmonies of #503C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C06

Black with #503C06

Text Example


Text Example

White with #503C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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