Html Css Color HEX #504512 Madras

📋 copy color: '#504512'

red 80 ◦ green 69 ◦ blue 18

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

Shades of Madras #504512

Tints of Madras #504512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 47.9%
G = 41.32%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#504512 (or 0x504512) is known color: Madras. HEX triplet: 50, 45 and 12. RGB value is (80,69,18). Sum of RGB (Red+Green+Blue) = 80+69+18=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504512 is #AFBAED. Grayscale: #424242. Windows color (decimal): -11516654 or 1197392. OLE color: 1197392.

HSL color Cylindrical-coordinate representation of color #504512: hue angle of 49.35º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504512 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 18 -
CMYK 0 0.14 0.78 0.69
HSL 49.35º 0.63% 0.19% -
HSV(B) 49.35º 0.78% 0.31% -
XYZ 5.55 6.01 1.44 -
YUV 66.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 80 69 18 0 0.14 0.78 0.69 49.35 0.63 0.19
Hex 50 45 12 0 E 4E 45 31 3F 13
Octal 120 105 22 0 16 116 105 61 77 23
Binary 1010000 1000101 10010 0 1110 1001110 1000101 110001 111111 10011

Color Harmonies of #504512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504512

Black with #504512

Text Example


Text Example

White with #504512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504512; }

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

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

background-color css

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

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

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

border-color css

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

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

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