Html Css Color HEX #503B00 Madras

📋 copy color: '#503B00'

red 80 ◦ green 59 ◦ blue 0

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

Shades of Madras #503B00

Tints of Madras #503B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.55%
G = 42.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#503B00 (or 0x503B00) is known color: Madras. HEX triplet: 50, 3B and 00. RGB value is (80,59,0). Sum of RGB (Red+Green+Blue) = 80+59+0=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #503B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B00 is #AFC4FF. Grayscale: #3A3A3A. Windows color (decimal): -11519232 or 15184. OLE color: 15184.

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

Color convert

RGB 80 59 0 -
CMYK 0 0.26 1 0.69
HSL 44.25º 1% 0.16% -
HSV(B) 44.25º 1% 0.31% -
XYZ 4.87 4.83 0.68 -
YUV 58.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 80 59 0 0 0.26 1 0.69 44.25 1 0.16
Hex 50 3B 0 0 1A 64 45 2C 64 10
Octal 120 73 0 0 32 144 105 54 144 20
Binary 1010000 111011 0 0 11010 1100100 1000101 101100 1100100 10000

Color Harmonies of #503B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B00

Black with #503B00

Text Example


Text Example

White with #503B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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