Html Css Color HEX #503905 Madras

📋 copy color: '#503905'

red 80 ◦ green 57 ◦ blue 5

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

Shades of Madras #503905

Tints of Madras #503905

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.14%

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

R = 56.34%
G = 40.14%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#503905 (or 0x503905) is known color: Madras. HEX triplet: 50, 39 and 05. RGB value is (80,57,5). Sum of RGB (Red+Green+Blue) = 80+57+5=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #503905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503905 is #AFC6FA. Grayscale: #3A3A3A. Windows color (decimal): -11519739 or 342352. OLE color: 342352.

HSL color Cylindrical-coordinate representation of color #503905: hue angle of 41.6º 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 #503905 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 5 -
CMYK 0 0.29 0.94 0.69
HSL 41.6º 0.88% 0.17% -
HSV(B) 41.6º 0.94% 0.31% -
XYZ 4.8 4.64 0.79 -
YUV 57.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 80 57 5 0 0.29 0.94 0.69 41.6 0.88 0.17
Hex 50 39 5 0 1D 5E 45 2A 58 11
Octal 120 71 5 0 35 136 105 52 130 21
Binary 1010000 111001 101 0 11101 1011110 1000101 101010 1011000 10001

Color Harmonies of #503905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503905

Black with #503905

Text Example


Text Example

White with #503905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503905; }

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

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

background-color css

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

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

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

border-color css

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

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

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