Html Css Color HEX #504502 Madras

📋 copy color: '#504502'

red 80 ◦ green 69 ◦ blue 2

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

Shades of Madras #504502

Tints of Madras #504502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 52.98%
G = 45.7%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504502 (or 0x504502) is known color: Madras. HEX triplet: 50, 45 and 02. RGB value is (80,69,2). Sum of RGB (Red+Green+Blue) = 80+69+2=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #504502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504502 is #AFBAFD. Grayscale: #404040. Windows color (decimal): -11516670 or 148816. OLE color: 148816.

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

Color convert

RGB 80 69 2 -
CMYK 0 0.14 0.98 0.69
HSL 51.54º 0.95% 0.16% -
HSV(B) 51.54º 0.98% 0.31% -
XYZ 5.45 5.97 0.92 -
YUV 64.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 80 69 2 0 0.14 0.98 0.69 51.54 0.95 0.16
Hex 50 45 2 0 E 62 45 34 5F 10
Octal 120 105 2 0 16 142 105 64 137 20
Binary 1010000 1000101 10 0 1110 1100010 1000101 110100 1011111 10000

Color Harmonies of #504502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504502

Black with #504502

Text Example


Text Example

White with #504502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504502; }

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

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

background-color css

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

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

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

border-color css

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

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

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