Html Css Color HEX #504005 Madras

📋 copy color: '#504005'

red 80 ◦ green 64 ◦ blue 5

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

Shades of Madras #504005

Tints of Madras #504005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.95%

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

R = 53.69%
G = 42.95%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#504005 (or 0x504005) is known color: Madras. HEX triplet: 50, 40 and 05. RGB value is (80,64,5). Sum of RGB (Red+Green+Blue) = 80+64+5=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #504005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504005 is #AFBFFA. Grayscale: #3E3E3E. Windows color (decimal): -11517947 or 344144. OLE color: 344144.

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

Color convert

RGB 80 64 5 -
CMYK 0 0.20 0.94 0.69
HSL 47.2º 0.88% 0.17% -
HSV(B) 47.2º 0.94% 0.31% -
XYZ 5.17 5.38 0.91 -
YUV 62.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 80 64 5 0 0.20 0.94 0.69 47.2 0.88 0.17
Hex 50 40 5 0 14 5E 45 2F 58 11
Octal 120 100 5 0 24 136 105 57 130 21
Binary 1010000 1000000 101 0 10100 1011110 1000101 101111 1011000 10001

Color Harmonies of #504005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504005

Black with #504005

Text Example


Text Example

White with #504005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504005; }

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

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

background-color css

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

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

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

border-color css

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

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

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