Html Css Color HEX #504404 Madras

📋 copy color: '#504404'

red 80 ◦ green 68 ◦ blue 4

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

Shades of Madras #504404

Tints of Madras #504404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 52.63%
G = 44.74%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#504404 (or 0x504404) is known color: Madras. HEX triplet: 50, 44 and 04. RGB value is (80,68,4). Sum of RGB (Red+Green+Blue) = 80+68+4=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #504404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504404 is #AFBBFB. Grayscale: #404040. Windows color (decimal): -11516924 or 279632. OLE color: 279632.

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

Color convert

RGB 80 68 4 -
CMYK 0 0.15 0.95 0.69
HSL 50.53º 0.9% 0.16% -
HSV(B) 50.53º 0.95% 0.31% -
XYZ 5.4 5.85 0.96 -
YUV 64.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 80 68 4 0 0.15 0.95 0.69 50.53 0.9 0.16
Hex 50 44 4 0 F 5F 45 33 5A 10
Octal 120 104 4 0 17 137 105 63 132 20
Binary 1010000 1000100 100 0 1111 1011111 1000101 110011 1011010 10000

Color Harmonies of #504404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504404

Black with #504404

Text Example


Text Example

White with #504404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504404; }

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

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

background-color css

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

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

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

border-color css

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

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

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