Html Css Color HEX #504402 Madras

📋 copy color: '#504402'

red 80 ◦ green 68 ◦ blue 2

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

Shades of Madras #504402

Tints of Madras #504402

RGB

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

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

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

R = 53.33%
G = 45.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504402 (or 0x504402) is known color: Madras. HEX triplet: 50, 44 and 02. RGB value is (80,68,2). Sum of RGB (Red+Green+Blue) = 80+68+2=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #504402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504402 is #AFBBFD. Grayscale: #404040. Windows color (decimal): -11516926 or 148560. OLE color: 148560.

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

Color convert

RGB 80 68 2 -
CMYK 0 0.15 0.98 0.69
HSL 50.77º 0.95% 0.16% -
HSV(B) 50.77º 0.98% 0.31% -
XYZ 5.39 5.84 0.9 -
YUV 64.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 80 68 2 0 0.15 0.98 0.69 50.77 0.95 0.16
Hex 50 44 2 0 F 62 45 33 5F 10
Octal 120 104 2 0 17 142 105 63 137 20
Binary 1010000 1000100 10 0 1111 1100010 1000101 110011 1011111 10000

Color Harmonies of #504402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504402

Black with #504402

Text Example


Text Example

White with #504402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504402; }

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

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

background-color css

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

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

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

border-color css

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

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

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