Html Css Color HEX #504218 Madras

📋 copy color: '#504218'

red 80 ◦ green 66 ◦ blue 24

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

Shades of Madras #504218

Tints of Madras #504218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 47.06%
G = 38.82%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#504218 (or 0x504218) is known color: Madras. HEX triplet: 50, 42 and 18. RGB value is (80,66,24). Sum of RGB (Red+Green+Blue) = 80+66+24=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504218 is #AFBDE7. Grayscale: #414141. Windows color (decimal): -11517416 or 1589840. OLE color: 1589840.

HSL color Cylindrical-coordinate representation of color #504218: hue angle of 45º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504218 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 24 -
CMYK 0 0.17 0.70 0.69
HSL 45º 0.54% 0.2% -
HSV(B) 45º 0.7% 0.31% -
XYZ 5.42 5.67 1.67 -
YUV 65.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 80 66 24 0 0.17 0.70 0.69 45 0.54 0.2
Hex 50 42 18 0 11 46 45 2D 36 14
Octal 120 102 30 0 21 106 105 55 66 24
Binary 1010000 1000010 11000 0 10001 1000110 1000101 101101 110110 10100

Color Harmonies of #504218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504218

Black with #504218

Text Example


Text Example

White with #504218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504218; }

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

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

background-color css

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

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

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

border-color css

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

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

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