Html Css Color HEX #504006 Madras

📋 copy color: '#504006'

red 80 ◦ green 64 ◦ blue 6

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

Shades of Madras #504006

Tints of Madras #504006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 53.33%
G = 42.67%
B = 4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#504006 (or 0x504006) is known color: Madras. HEX triplet: 50, 40 and 06. RGB value is (80,64,6). Sum of RGB (Red+Green+Blue) = 80+64+6=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #504006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504006 is #AFBFF9. Grayscale: #3E3E3E. Windows color (decimal): -11517946 or 409680. OLE color: 409680.

HSL color Cylindrical-coordinate representation of color #504006: hue angle of 47.03º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504006 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 6 -
CMYK 0 0.20 0.92 0.69
HSL 47.03º 0.86% 0.17% -
HSV(B) 47.03º 0.93% 0.31% -
XYZ 5.17 5.39 0.94 -
YUV 62.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 80 64 6 0 0.20 0.92 0.69 47.03 0.86 0.17
Hex 50 40 6 0 14 5C 45 2F 56 11
Octal 120 100 6 0 24 134 105 57 126 21
Binary 1010000 1000000 110 0 10100 1011100 1000101 101111 1010110 10001

Color Harmonies of #504006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504006

Black with #504006

Text Example


Text Example

White with #504006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504006; }

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

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

background-color css

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

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

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

border-color css

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

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

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