Html Css Color HEX #504416 Madras

📋 copy color: '#504416'

red 80 ◦ green 68 ◦ blue 22

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

Shades of Madras #504416

Tints of Madras #504416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40%

 BLUE value IS 22 (8.98% from 255) = 12.94%

R = 47.06%
G = 40%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#504416 (or 0x504416) is known color: Madras. HEX triplet: 50, 44 and 16. RGB value is (80,68,22). Sum of RGB (Red+Green+Blue) = 80+68+22=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504416 is #AFBBE9. Grayscale: #424242. Windows color (decimal): -11516906 or 1459280. OLE color: 1459280.

HSL color Cylindrical-coordinate representation of color #504416: hue angle of 47.59º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #504416 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 22 -
CMYK 0 0.15 0.72 0.69
HSL 47.59º 0.57% 0.2% -
HSV(B) 47.59º 0.73% 0.31% -
XYZ 5.52 5.9 1.61 -
YUV 66.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 80 68 22 0 0.15 0.72 0.69 47.59 0.57 0.2
Hex 50 44 16 0 F 48 45 30 39 14
Octal 120 104 26 0 17 110 105 60 71 24
Binary 1010000 1000100 10110 0 1111 1001000 1000101 110000 111001 10100

Color Harmonies of #504416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504416

Black with #504416

Text Example


Text Example

White with #504416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504416; }

 p { color: rgb(80,68,22); }

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

background-color css

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

 a { background-color: rgb(80,68,22); }

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

border-color css

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

 span { border-color: rgb(80,68,22); }

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