Html Css Color HEX #504305 Madras

📋 copy color: '#504305'

red 80 ◦ green 67 ◦ blue 5

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

Shades of Madras #504305

Tints of Madras #504305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.08%

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 52.63%
G = 44.08%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#504305 (or 0x504305) is known color: Madras. HEX triplet: 50, 43 and 05. RGB value is (80,67,5). Sum of RGB (Red+Green+Blue) = 80+67+5=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #504305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504305 is #AFBCFA. Grayscale: #404040. Windows color (decimal): -11517179 or 344912. OLE color: 344912.

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

Color convert

RGB 80 67 5 -
CMYK 0 0.16 0.94 0.69
HSL 49.6º 0.88% 0.17% -
HSV(B) 49.6º 0.94% 0.31% -
XYZ 5.34 5.73 0.97 -
YUV 63.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 80 67 5 0 0.16 0.94 0.69 49.6 0.88 0.17
Hex 50 43 5 0 10 5E 45 32 58 11
Octal 120 103 5 0 20 136 105 62 130 21
Binary 1010000 1000011 101 0 10000 1011110 1000101 110010 1011000 10001

Color Harmonies of #504305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504305

Black with #504305

Text Example


Text Example

White with #504305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504305; }

 p { color: rgb(80,67,5); }

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

background-color css

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

 a { background-color: rgb(80,67,5); }

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

border-color css

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

 span { border-color: rgb(80,67,5); }

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