Html Css Color HEX #503B0A Madras

📋 copy color: '#503B0A'

red 80 ◦ green 59 ◦ blue 10

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

Shades of Madras #503B0A

Tints of Madras #503B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

 BLUE value IS 10 (4.3% from 255) = 6.71%

R = 53.69%
G = 39.6%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#503B0A (or 0x503B0A) is known color: Madras. HEX triplet: 50, 3B and 0A. RGB value is (80,59,10). Sum of RGB (Red+Green+Blue) = 80+59+10=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B0A is #AFC4F5. Grayscale: #3B3B3B. Windows color (decimal): -11519222 or 670544. OLE color: 670544.

HSL color Cylindrical-coordinate representation of color #503B0A: hue angle of 42º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #503B0A is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 59 10 -
CMYK 0 0.26 0.87 0.69
HSL 42º 0.78% 0.18% -
HSV(B) 42º 0.88% 0.31% -
XYZ 4.93 4.86 0.96 -
YUV 59.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 80 59 10 0 0.26 0.87 0.69 42 0.78 0.18
Hex 50 3B A 0 1A 57 45 2A 4E 12
Octal 120 73 12 0 32 127 105 52 116 22
Binary 1010000 111011 1010 0 11010 1010111 1000101 101010 1001110 10010

Color Harmonies of #503B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B0A

Black with #503B0A

Text Example


Text Example

White with #503B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,10); }

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

background-color css

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

 a { background-color: rgb(80,59,10); }

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

border-color css

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

 span { border-color: rgb(80,59,10); }

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