Html Css Color HEX #504304 Madras

📋 copy color: '#504304'

red 80 ◦ green 67 ◦ blue 4

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

Shades of Madras #504304

Tints of Madras #504304

RGB

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

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

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

R = 52.98%
G = 44.37%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#504304 (or 0x504304) is known color: Madras. HEX triplet: 50, 43 and 04. RGB value is (80,67,4). Sum of RGB (Red+Green+Blue) = 80+67+4=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #504304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504304 is #AFBCFB. Grayscale: #3F3F3F. Windows color (decimal): -11517180 or 279376. OLE color: 279376.

HSL color Cylindrical-coordinate representation of color #504304: hue angle of 49.74º 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 #504304 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 4 -
CMYK 0 0.16 0.95 0.69
HSL 49.74º 0.9% 0.16% -
HSV(B) 49.74º 0.95% 0.31% -
XYZ 5.34 5.73 0.94 -
YUV 63.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 80 67 4 0 0.16 0.95 0.69 49.74 0.9 0.16
Hex 50 43 4 0 10 5F 45 32 5A 10
Octal 120 103 4 0 20 137 105 62 132 20
Binary 1010000 1000011 100 0 10000 1011111 1000101 110010 1011010 10000

Color Harmonies of #504304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504304

Black with #504304

Text Example


Text Example

White with #504304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504304; }

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

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

background-color css

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

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

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

border-color css

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

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

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