Html Css Color HEX #504607 Madras

📋 copy color: '#504607'

red 80 ◦ green 70 ◦ blue 7

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

Shades of Madras #504607

Tints of Madras #504607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

 BLUE value IS 7 (3.13% from 255) = 4.46%

R = 50.96%
G = 44.59%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#504607 (or 0x504607) is known color: Madras. HEX triplet: 50, 46 and 07. RGB value is (80,70,7). Sum of RGB (Red+Green+Blue) = 80+70+7=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504607 is #AFB9F8. Grayscale: #424242. Windows color (decimal): -11516409 or 476752. OLE color: 476752.

HSL color Cylindrical-coordinate representation of color #504607: hue angle of 51.78º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #504607 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 7 -
CMYK 0 0.12 0.91 0.69
HSL 51.78º 0.84% 0.17% -
HSV(B) 51.78º 0.91% 0.31% -
XYZ 5.54 6.1 1.09 -
YUV 65.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 80 70 7 0 0.12 0.91 0.69 51.78 0.84 0.17
Hex 50 46 7 0 C 5B 45 34 54 11
Octal 120 106 7 0 14 133 105 64 124 21
Binary 1010000 1000110 111 0 1100 1011011 1000101 110100 1010100 10001

Color Harmonies of #504607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504607

Black with #504607

Text Example


Text Example

White with #504607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504607; }

 p { color: rgb(80,70,7); }

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

background-color css

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

 a { background-color: rgb(80,70,7); }

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

border-color css

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

 span { border-color: rgb(80,70,7); }

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