Html Css Color HEX #504413 Madras

📋 copy color: '#504413'

red 80 ◦ green 68 ◦ blue 19

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

Shades of Madras #504413

Tints of Madras #504413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 47.9%
G = 40.72%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#504413 (or 0x504413) is known color: Madras. HEX triplet: 50, 44 and 13. RGB value is (80,68,19). Sum of RGB (Red+Green+Blue) = 80+68+19=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504413 is #AFBBEC. Grayscale: #424242. Windows color (decimal): -11516909 or 1262672. OLE color: 1262672.

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

Color convert

RGB 80 68 19 -
CMYK 0 0.15 0.76 0.69
HSL 48.2º 0.62% 0.19% -
HSV(B) 48.2º 0.76% 0.31% -
XYZ 5.49 5.89 1.46 -
YUV 66 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 80 68 19 0 0.15 0.76 0.69 48.2 0.62 0.19
Hex 50 44 13 0 F 4C 45 30 3E 13
Octal 120 104 23 0 17 114 105 60 76 23
Binary 1010000 1000100 10011 0 1111 1001100 1000101 110000 111110 10011

Color Harmonies of #504413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504413

Black with #504413

Text Example


Text Example

White with #504413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504413; }

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

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

background-color css

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

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

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

border-color css

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

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

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