Html Css Color HEX #504401 Madras

📋 copy color: '#504401'

red 80 ◦ green 68 ◦ blue 1

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

Shades of Madras #504401

Tints of Madras #504401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 53.69%
G = 45.64%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#504401 (or 0x504401) is known color: Madras. HEX triplet: 50, 44 and 01. RGB value is (80,68,1). Sum of RGB (Red+Green+Blue) = 80+68+1=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #504401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504401 is #AFBBFE. Grayscale: #404040. Windows color (decimal): -11516927 or 83024. OLE color: 83024.

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

Color convert

RGB 80 68 1 -
CMYK 0 0.15 0.99 0.69
HSL 50.89º 0.98% 0.16% -
HSV(B) 50.89º 0.99% 0.31% -
XYZ 5.38 5.84 0.87 -
YUV 63.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 80 68 1 0 0.15 0.99 0.69 50.89 0.98 0.16
Hex 50 44 1 0 F 63 45 33 62 10
Octal 120 104 1 0 17 143 105 63 142 20
Binary 1010000 1000100 1 0 1111 1100011 1000101 110011 1100010 10000

Color Harmonies of #504401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504401

Black with #504401

Text Example


Text Example

White with #504401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504401; }

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

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

background-color css

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

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

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

border-color css

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

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

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