Html Css Color HEX #504206 Madras

📋 copy color: '#504206'

red 80 ◦ green 66 ◦ blue 6

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

Shades of Madras #504206

Tints of Madras #504206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 52.63%
G = 43.42%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#504206 (or 0x504206) is known color: Madras. HEX triplet: 50, 42 and 06. RGB value is (80,66,6). Sum of RGB (Red+Green+Blue) = 80+66+6=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #504206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504206 is #AFBDF9. Grayscale: #3F3F3F. Windows color (decimal): -11517434 or 410192. OLE color: 410192.

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

Color convert

RGB 80 66 6 -
CMYK 0 0.17 0.92 0.69
HSL 48.65º 0.86% 0.17% -
HSV(B) 48.65º 0.93% 0.31% -
XYZ 5.29 5.62 0.98 -
YUV 63.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 80 66 6 0 0.17 0.92 0.69 48.65 0.86 0.17
Hex 50 42 6 0 11 5C 45 31 56 11
Octal 120 102 6 0 21 134 105 61 126 21
Binary 1010000 1000010 110 0 10001 1011100 1000101 110001 1010110 10001

Color Harmonies of #504206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504206

Black with #504206

Text Example


Text Example

White with #504206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504206; }

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

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

background-color css

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

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

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

border-color css

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

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

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