Html Css Color HEX #503F20 Madras

📋 copy color: '#503F20'

red 80 ◦ green 63 ◦ blue 32

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

Shades of Madras #503F20

Tints of Madras #503F20

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

 BLUE value IS 32 (12.89% from 255) = 18.29%

R = 45.71%
G = 36%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#503F20 (or 0x503F20) is known color: Madras. HEX triplet: 50, 3F and 20. RGB value is (80,63,32). Sum of RGB (Red+Green+Blue) = 80+63+32=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #503F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F20 is #AFC0DF. Grayscale: #404040. Windows color (decimal): -11518176 or 2113360. OLE color: 2113360.

HSL color Cylindrical-coordinate representation of color #503F20: hue angle of 38.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503F20 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 63 32 -
CMYK 0 0.21 0.60 0.69
HSL 38.75º 0.43% 0.22% -
HSV(B) 38.75º 0.6% 0.31% -
XYZ 5.35 5.36 2.12 -
YUV 64.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 80 63 32 0 0.21 0.60 0.69 38.75 0.43 0.22
Hex 50 3F 20 0 15 3C 45 27 2B 16
Octal 120 77 40 0 25 74 105 47 53 26
Binary 1010000 111111 100000 0 10101 111100 1000101 100111 101011 10110

Color Harmonies of #503F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F20

Black with #503F20

Text Example


Text Example

White with #503F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F20; }

 p { color: rgb(80,63,32); }

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

background-color css

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

 a { background-color: rgb(80,63,32); }

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

border-color css

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

 span { border-color: rgb(80,63,32); }

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