Html Css Color HEX #504601 Madras

📋 copy color: '#504601'

red 80 ◦ green 70 ◦ blue 1

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

Shades of Madras #504601

Tints of Madras #504601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.36%

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

R = 52.98%
G = 46.36%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#504601 (or 0x504601) is known color: Madras. HEX triplet: 50, 46 and 01. RGB value is (80,70,1). Sum of RGB (Red+Green+Blue) = 80+70+1=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #504601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504601 is #AFB9FE. Grayscale: #414141. Windows color (decimal): -11516415 or 83536. OLE color: 83536.

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

Color convert

RGB 80 70 1 -
CMYK 0 0.12 0.99 0.69
HSL 52.41º 0.98% 0.16% -
HSV(B) 52.41º 0.99% 0.31% -
XYZ 5.5 6.09 0.91 -
YUV 65.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 80 70 1 0 0.12 0.99 0.69 52.41 0.98 0.16
Hex 50 46 1 0 C 63 45 34 62 10
Octal 120 106 1 0 14 143 105 64 142 20
Binary 1010000 1000110 1 0 1100 1100011 1000101 110100 1100010 10000

Color Harmonies of #504601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504601

Black with #504601

Text Example


Text Example

White with #504601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504601; }

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

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

background-color css

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

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

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

border-color css

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

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

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