Html Css Color HEX #504702 Madras

📋 copy color: '#504702'

red 80 ◦ green 71 ◦ blue 2

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

Shades of Madras #504702

Tints of Madras #504702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 2 (1.17% from 255) = 1.31%

R = 52.29%
G = 46.41%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504702 (or 0x504702) is known color: Madras. HEX triplet: 50, 47 and 02. RGB value is (80,71,2). Sum of RGB (Red+Green+Blue) = 80+71+2=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #504702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504702 is #AFB8FD. Grayscale: #424242. Windows color (decimal): -11516158 or 149328. OLE color: 149328.

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

Color convert

RGB 80 71 2 -
CMYK 0 0.11 0.98 0.69
HSL 53.08º 0.95% 0.16% -
HSV(B) 53.08º 0.98% 0.31% -
XYZ 5.57 6.22 0.96 -
YUV 65.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 80 71 2 0 0.11 0.98 0.69 53.08 0.95 0.16
Hex 50 47 2 0 B 62 45 35 5F 10
Octal 120 107 2 0 13 142 105 65 137 20
Binary 1010000 1000111 10 0 1011 1100010 1000101 110101 1011111 10000

Color Harmonies of #504702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504702

Black with #504702

Text Example


Text Example

White with #504702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504702; }

 p { color: rgb(80,71,2); }

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

background-color css

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

 a { background-color: rgb(80,71,2); }

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

border-color css

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

 span { border-color: rgb(80,71,2); }

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