Html Css Color HEX #503C17 Madras

📋 copy color: '#503C17'

red 80 ◦ green 60 ◦ blue 23

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

Shades of Madras #503C17

Tints of Madras #503C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

 BLUE value IS 23 (9.38% from 255) = 14.11%

R = 49.08%
G = 36.81%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#503C17 (or 0x503C17) is known color: Madras. HEX triplet: 50, 3C and 17. RGB value is (80,60,23). Sum of RGB (Red+Green+Blue) = 80+60+23=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C17 is #AFC3E8. Grayscale: #3D3D3D. Windows color (decimal): -11518953 or 1522768. OLE color: 1522768.

HSL color Cylindrical-coordinate representation of color #503C17: hue angle of 38.95º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503C17 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 23 -
CMYK 0 0.25 0.71 0.69
HSL 38.95º 0.55% 0.2% -
HSV(B) 38.95º 0.71% 0.31% -
XYZ 5.08 5 1.51 -
YUV 61.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 80 60 23 0 0.25 0.71 0.69 38.95 0.55 0.2
Hex 50 3C 17 0 19 47 45 27 37 14
Octal 120 74 27 0 31 107 105 47 67 24
Binary 1010000 111100 10111 0 11001 1000111 1000101 100111 110111 10100

Color Harmonies of #503C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C17

Black with #503C17

Text Example


Text Example

White with #503C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,23); }

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

background-color css

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

 a { background-color: rgb(80,60,23); }

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

border-color css

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

 span { border-color: rgb(80,60,23); }

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