Html Css Color HEX #504203 Madras

📋 copy color: '#504203'

red 80 ◦ green 66 ◦ blue 3

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

Shades of Madras #504203

Tints of Madras #504203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 53.69%
G = 44.3%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#504203 (or 0x504203) is known color: Madras. HEX triplet: 50, 42 and 03. RGB value is (80,66,3). Sum of RGB (Red+Green+Blue) = 80+66+3=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #504203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504203 is #AFBDFC. Grayscale: #3F3F3F. Windows color (decimal): -11517437 or 213584. OLE color: 213584.

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

Color convert

RGB 80 66 3 -
CMYK 0 0.17 0.96 0.69
HSL 49.09º 0.93% 0.16% -
HSV(B) 49.09º 0.96% 0.31% -
XYZ 5.27 5.61 0.89 -
YUV 63 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 80 66 3 0 0.17 0.96 0.69 49.09 0.93 0.16
Hex 50 42 3 0 11 60 45 31 5D 10
Octal 120 102 3 0 21 140 105 61 135 20
Binary 1010000 1000010 11 0 10001 1100000 1000101 110001 1011101 10000

Color Harmonies of #504203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504203

Black with #504203

Text Example


Text Example

White with #504203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504203; }

 p { color: rgb(80,66,3); }

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

background-color css

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

 a { background-color: rgb(80,66,3); }

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

border-color css

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

 span { border-color: rgb(80,66,3); }

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