Html Css Color HEX #503B05 Madras

📋 copy color: '#503B05'

red 80 ◦ green 59 ◦ blue 5

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

Shades of Madras #503B05

Tints of Madras #503B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.47%

R = 55.56%
G = 40.97%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#503B05 (or 0x503B05) is known color: Madras. HEX triplet: 50, 3B and 05. RGB value is (80,59,5). Sum of RGB (Red+Green+Blue) = 80+59+5=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B05 is #AFC4FA. Grayscale: #3B3B3B. Windows color (decimal): -11519227 or 342864. OLE color: 342864.

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

Color convert

RGB 80 59 5 -
CMYK 0 0.26 0.94 0.69
HSL 43.2º 0.88% 0.17% -
HSV(B) 43.2º 0.94% 0.31% -
XYZ 4.9 4.84 0.82 -
YUV 59.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 80 59 5 0 0.26 0.94 0.69 43.2 0.88 0.17
Hex 50 3B 5 0 1A 5E 45 2B 58 11
Octal 120 73 5 0 32 136 105 53 130 21
Binary 1010000 111011 101 0 11010 1011110 1000101 101011 1011000 10001

Color Harmonies of #503B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B05

Black with #503B05

Text Example


Text Example

White with #503B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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