Html Css Color HEX #504012 Madras

📋 copy color: '#504012'

red 80 ◦ green 64 ◦ blue 18

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

Shades of Madras #504012

Tints of Madras #504012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.51%

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

R = 49.38%
G = 39.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#504012 (or 0x504012) is known color: Madras. HEX triplet: 50, 40 and 12. RGB value is (80,64,18). Sum of RGB (Red+Green+Blue) = 80+64+18=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #504012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504012 is #AFBFED. Grayscale: #3F3F3F. Windows color (decimal): -11517934 or 1196112. OLE color: 1196112.

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

Color convert

RGB 80 64 18 -
CMYK 0 0.20 0.78 0.69
HSL 44.52º 0.63% 0.19% -
HSV(B) 44.52º 0.78% 0.31% -
XYZ 5.25 5.42 1.34 -
YUV 63.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 80 64 18 0 0.20 0.78 0.69 44.52 0.63 0.19
Hex 50 40 12 0 14 4E 45 2D 3F 13
Octal 120 100 22 0 24 116 105 55 77 23
Binary 1010000 1000000 10010 0 10100 1001110 1000101 101101 111111 10011

Color Harmonies of #504012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504012

Black with #504012

Text Example


Text Example

White with #504012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504012; }

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

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

background-color css

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

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

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

border-color css

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

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

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