Html Css Color HEX #504419 Madras

📋 copy color: '#504419'

red 80 ◦ green 68 ◦ blue 25

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

Shades of Madras #504419

Tints of Madras #504419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 46.24%
G = 39.31%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#504419 (or 0x504419) is known color: Madras. HEX triplet: 50, 44 and 19. RGB value is (80,68,25). Sum of RGB (Red+Green+Blue) = 80+68+25=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504419 is #AFBBE6. Grayscale: #424242. Windows color (decimal): -11516903 or 1655888. OLE color: 1655888.

HSL color Cylindrical-coordinate representation of color #504419: hue angle of 46.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504419 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 25 -
CMYK 0 0.15 0.69 0.69
HSL 46.91º 0.52% 0.21% -
HSV(B) 46.91º 0.69% 0.31% -
XYZ 5.55 5.91 1.77 -
YUV 66.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 80 68 25 0 0.15 0.69 0.69 46.91 0.52 0.21
Hex 50 44 19 0 F 45 45 2F 34 15
Octal 120 104 31 0 17 105 105 57 64 25
Binary 1010000 1000100 11001 0 1111 1000101 1000101 101111 110100 10101

Color Harmonies of #504419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504419

Black with #504419

Text Example


Text Example

White with #504419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504419; }

 p { color: rgb(80,68,25); }

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

background-color css

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

 a { background-color: rgb(80,68,25); }

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

border-color css

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

 span { border-color: rgb(80,68,25); }

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