Html Css Color HEX #504224 Madras

📋 copy color: '#504224'

red 80 ◦ green 66 ◦ blue 36

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

Shades of Madras #504224

Tints of Madras #504224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

 BLUE value IS 36 (14.45% from 255) = 19.78%

R = 43.96%
G = 36.26%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#504224 (or 0x504224) is known color: Madras. HEX triplet: 50, 42 and 24. RGB value is (80,66,36). Sum of RGB (Red+Green+Blue) = 80+66+36=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504224 is #AFBDDB. Grayscale: #424242. Windows color (decimal): -11517404 or 2376272. OLE color: 2376272.

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

Color convert

RGB 80 66 36 -
CMYK 0 0.17 0.55 0.69
HSL 40.91º 0.38% 0.23% -
HSV(B) 40.91º 0.55% 0.31% -
XYZ 5.57 5.73 2.48 -
YUV 66.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 80 66 36 0 0.17 0.55 0.69 40.91 0.38 0.23
Hex 50 42 24 0 11 37 45 29 26 17
Octal 120 102 44 0 21 67 105 51 46 27
Binary 1010000 1000010 100100 0 10001 110111 1000101 101001 100110 10111

Color Harmonies of #504224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504224

Black with #504224

Text Example


Text Example

White with #504224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504224; }

 p { color: rgb(80,66,36); }

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

background-color css

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

 a { background-color: rgb(80,66,36); }

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

border-color css

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

 span { border-color: rgb(80,66,36); }

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