Html Css Color HEX #504507 Madras

📋 copy color: '#504507'

red 80 ◦ green 69 ◦ blue 7

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

Shades of Madras #504507

Tints of Madras #504507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 51.28%
G = 44.23%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#504507 (or 0x504507) is known color: Madras. HEX triplet: 50, 45 and 07. RGB value is (80,69,7). Sum of RGB (Red+Green+Blue) = 80+69+7=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #504507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504507 is #AFBAF8. Grayscale: #414141. Windows color (decimal): -11516665 or 476496. OLE color: 476496.

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

Color convert

RGB 80 69 7 -
CMYK 0 0.14 0.91 0.69
HSL 50.96º 0.84% 0.17% -
HSV(B) 50.96º 0.91% 0.31% -
XYZ 5.47 5.98 1.07 -
YUV 65.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 80 69 7 0 0.14 0.91 0.69 50.96 0.84 0.17
Hex 50 45 7 0 E 5B 45 33 54 11
Octal 120 105 7 0 16 133 105 63 124 21
Binary 1010000 1000101 111 0 1110 1011011 1000101 110011 1010100 10001

Color Harmonies of #504507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504507

Black with #504507

Text Example


Text Example

White with #504507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504507; }

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

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

background-color css

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

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

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

border-color css

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

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

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