Html Css Color HEX #504403 Madras

📋 copy color: '#504403'

red 80 ◦ green 68 ◦ blue 3

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

Shades of Madras #504403

Tints of Madras #504403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 52.98%
G = 45.03%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#504403 (or 0x504403) is known color: Madras. HEX triplet: 50, 44 and 03. RGB value is (80,68,3). Sum of RGB (Red+Green+Blue) = 80+68+3=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #504403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504403 is #AFBBFC. Grayscale: #404040. Windows color (decimal): -11516925 or 214096. OLE color: 214096.

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

Color convert

RGB 80 68 3 -
CMYK 0 0.15 0.96 0.69
HSL 50.65º 0.93% 0.16% -
HSV(B) 50.65º 0.96% 0.31% -
XYZ 5.39 5.85 0.93 -
YUV 64.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 80 68 3 0 0.15 0.96 0.69 50.65 0.93 0.16
Hex 50 44 3 0 F 60 45 33 5D 10
Octal 120 104 3 0 17 140 105 63 135 20
Binary 1010000 1000100 11 0 1111 1100000 1000101 110011 1011101 10000

Color Harmonies of #504403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504403

Black with #504403

Text Example


Text Example

White with #504403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504403; }

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

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

background-color css

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

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

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

border-color css

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

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

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